Html Css Color HEX #F03E34 Cinnabar

📋 copy color: '#F03E34'

red 240 ◦ green 62 ◦ blue 52

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

Shades of Cinnabar #F03E34

Tints of Cinnabar #F03E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 67.8%
G = 17.51%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03E34 (or 0xF03E34) is known color: Cinnabar. HEX triplet: F0, 3E and 34. RGB value is (240,62,52). Sum of RGB (Red+Green+Blue) = 240+62+52=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E34 is #0FC1CB. Grayscale: #727272. Windows color (decimal): -1032652 or 3423984. OLE color: 3423984.

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

Color convert

RGB 240 62 52 -
CMYK 0 0.74 0.78 0.06
HSL 3.19º 0.86% 0.57% -
HSV(B) 3.19º 0.78% 0.94% -
XYZ 38.28 22.22 5.52 -
YUV 114.08 92.97 217.81 -
System Red Green Blue C M Y K H S L
Decimal 240 62 52 0 0.74 0.78 0.06 3.19 0.86 0.57
Hex F0 3E 34 0 4A 4E 6 3 56 39
Octal 360 76 64 0 112 116 6 3 126 71
Binary 11110000 111110 110100 0 1001010 1001110 110 11 1010110 111001

Color Harmonies of #F03E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E34

Black with #F03E34

Text Example


Text Example

White with #F03E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E34; }

 p { color: rgb(240,62,52); }

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

background-color css

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

 a { background-color: rgb(240,62,52); }

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

border-color css

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

 span { border-color: rgb(240,62,52); }

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