Html Css Color HEX #F03821 Cinnabar

📋 copy color: '#F03821'

red 240 ◦ green 56 ◦ blue 33

#F03821
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #F03821

Tints of Cinnabar #F03821

RGB

 RED value IS 240 (94.14% from 255) = 72.95%

 GREEN value IS 56 (22.27% from 255) = 17.02%

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 72.95%
G = 17.02%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F03821 (or 0xF03821) is known color: Cinnabar. HEX triplet: F0, 38 and 21. RGB value is (240,56,33). Sum of RGB (Red+Green+Blue) = 240+56+33=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03821 is #0FC7DE. Grayscale: #6C6C6C. Windows color (decimal): -1034207 or 2177264. OLE color: 2177264.

HSL color Cylindrical-coordinate representation of color #F03821: hue angle of 6.67º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F03821 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 56 33 -
CMYK 0 0.77 0.86 0.06
HSL 6.67º 0.87% 0.54% -
HSV(B) 6.67º 0.86% 0.94% -
XYZ 37.62 21.46 3.6 -
YUV 108.39 85.46 221.87 -
System Red Green Blue C M Y K H S L
Decimal 240 56 33 0 0.77 0.86 0.06 6.67 0.87 0.54
Hex F0 38 21 0 4D 56 6 7 57 36
Octal 360 70 41 0 115 126 6 7 127 66
Binary 11110000 111000 100001 0 1001101 1010110 110 111 1010111 110110

Color Harmonies of #F03821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03821

Black with #F03821

Text Example


Text Example

White with #F03821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03821; }

 p { color: rgb(240,56,33); }

 H1.HeaderClassName
 {
   color: #F03821;
 }
 .AnyTagClassName
 {
   color: #F03821;
 }
</style>

background-color css

<style>
 a { background-color: #F03821; }

 a { background-color: rgb(240,56,33); }

 div.DivClassName
 {
   background-color: #F03821;
 }
 .BgClassName
 {
   background-color: #F03821;
 }
</style>

border-color css

<style>
 span { border-color: #F03821; }

 span { border-color: rgb(240,56,33); }

 td.TdClassName
 {
   border-color: #F03821;
 }
 .TagClassName
 {
   border-color: #F03821;
 }
</style>