Html Css Color HEX #F03B1E Cinnabar

📋 copy color: '#F03B1E'

red 240 ◦ green 59 ◦ blue 30

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

Shades of Cinnabar #F03B1E

Tints of Cinnabar #F03B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

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

R = 72.95%
G = 17.93%
B = 9.12%

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

#F03B1E (or 0xF03B1E) is known color: Cinnabar. HEX triplet: F0, 3B and 1E. RGB value is (240,59,30). Sum of RGB (Red+Green+Blue) = 240+59+30=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03B1E is #0FC4E1. Grayscale: #6E6E6E. Windows color (decimal): -1033442 or 1981424. OLE color: 1981424.

HSL color Cylindrical-coordinate representation of color #F03B1E: hue angle of 8.29º 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 #F03B1E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 59 30 -
CMYK 0 0.75 0.87 0.06
HSL 8.29º 0.88% 0.53% -
HSV(B) 8.29º 0.88% 0.94% -
XYZ 37.73 21.75 3.44 -
YUV 109.81 82.97 220.86 -
System Red Green Blue C M Y K H S L
Decimal 240 59 30 0 0.75 0.87 0.06 8.29 0.88 0.53
Hex F0 3B 1E 0 4B 57 6 8 58 35
Octal 360 73 36 0 113 127 6 10 130 65
Binary 11110000 111011 11110 0 1001011 1010111 110 1000 1011000 110101

Color Harmonies of #F03B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B1E

Black with #F03B1E

Text Example


Text Example

White with #F03B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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