Html Css Color HEX #F03E2F Cinnabar

📋 copy color: '#F03E2F'

red 240 ◦ green 62 ◦ blue 47

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

Shades of Cinnabar #F03E2F

Tints of Cinnabar #F03E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.47%

R = 68.77%
G = 17.77%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F03E2F (or 0xF03E2F) is known color: Cinnabar. HEX triplet: F0, 3E and 2F. RGB value is (240,62,47). Sum of RGB (Red+Green+Blue) = 240+62+47=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E2F is #0FC1D0. Grayscale: #717171. Windows color (decimal): -1032657 or 3096304. OLE color: 3096304.

HSL color Cylindrical-coordinate representation of color #F03E2F: hue angle of 4.66º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03E2F is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 62 47 -
CMYK 0 0.74 0.80 0.06
HSL 4.66º 0.87% 0.56% -
HSV(B) 4.66º 0.8% 0.94% -
XYZ 38.17 22.18 4.96 -
YUV 113.51 90.47 218.22 -
System Red Green Blue C M Y K H S L
Decimal 240 62 47 0 0.74 0.80 0.06 4.66 0.87 0.56
Hex F0 3E 2F 0 4A 50 6 5 57 38
Octal 360 76 57 0 112 120 6 5 127 70
Binary 11110000 111110 101111 0 1001010 1010000 110 101 1010111 111000

Color Harmonies of #F03E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E2F

Black with #F03E2F

Text Example


Text Example

White with #F03E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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