Html Css Color HEX #F03618 Cinnabar

📋 copy color: '#F03618'

red 240 ◦ green 54 ◦ blue 24

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

Shades of Cinnabar #F03618

Tints of Cinnabar #F03618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 75.47%
G = 16.98%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F03618 (or 0xF03618) is known color: Cinnabar. HEX triplet: F0, 36 and 18. RGB value is (240,54,24). Sum of RGB (Red+Green+Blue) = 240+54+24=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F03618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03618 is #0FC9E7. Grayscale: #6A6A6A. Windows color (decimal): -1034728 or 1586928. OLE color: 1586928.

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

Color convert

RGB 240 54 24 -
CMYK 0 0.78 0.9 0.06
HSL 8.33º 0.88% 0.52% -
HSV(B) 8.33º 0.9% 0.94% -
XYZ 37.42 21.23 2.99 -
YUV 106.19 81.62 223.44 -
System Red Green Blue C M Y K H S L
Decimal 240 54 24 0 0.78 0.9 0.06 8.33 0.88 0.52
Hex F0 36 18 0 4E 5A 6 8 58 34
Octal 360 66 30 0 116 132 6 10 130 64
Binary 11110000 110110 11000 0 1001110 1011010 110 1000 1011000 110100

Color Harmonies of #F03618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03618

Black with #F03618

Text Example


Text Example

White with #F03618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03618; }

 p { color: rgb(240,54,24); }

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

background-color css

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

 a { background-color: rgb(240,54,24); }

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

border-color css

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

 span { border-color: rgb(240,54,24); }

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