Html Css Color HEX #F03D1E Cinnabar

📋 copy color: '#F03D1E'

red 240 ◦ green 61 ◦ blue 30

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

Shades of Cinnabar #F03D1E

Tints of Cinnabar #F03D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 72.51%
G = 18.43%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F03D1E (or 0xF03D1E) is known color: Cinnabar. HEX triplet: F0, 3D and 1E. RGB value is (240,61,30). Sum of RGB (Red+Green+Blue) = 240+61+30=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D1E is #0FC2E1. Grayscale: #6F6F6F. Windows color (decimal): -1032930 or 1981936. OLE color: 1981936.

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

Color convert

RGB 240 61 30 -
CMYK 0 0.75 0.87 0.06
HSL 8.86º 0.88% 0.53% -
HSV(B) 8.86º 0.88% 0.94% -
XYZ 37.84 21.96 3.47 -
YUV 110.99 82.3 220.02 -
System Red Green Blue C M Y K H S L
Decimal 240 61 30 0 0.75 0.87 0.06 8.86 0.88 0.53
Hex F0 3D 1E 0 4B 57 6 9 58 35
Octal 360 75 36 0 113 127 6 11 130 65
Binary 11110000 111101 11110 0 1001011 1010111 110 1001 1011000 110101

Color Harmonies of #F03D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D1E

Black with #F03D1E

Text Example


Text Example

White with #F03D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D1E; }

 p { color: rgb(240,61,30); }

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

background-color css

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

 a { background-color: rgb(240,61,30); }

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

border-color css

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

 span { border-color: rgb(240,61,30); }

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