Html Css Color HEX #F03519 Cinnabar

📋 copy color: '#F03519'

red 240 ◦ green 53 ◦ blue 25

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

Shades of Cinnabar #F03519

Tints of Cinnabar #F03519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 75.47%
G = 16.67%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F03519 (or 0xF03519) is known color: Cinnabar. HEX triplet: F0, 35 and 19. RGB value is (240,53,25). Sum of RGB (Red+Green+Blue) = 240+53+25=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F03519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03519 is #0FCAE6. Grayscale: #6A6A6A. Windows color (decimal): -1034983 or 1652208. OLE color: 1652208.

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

Color convert

RGB 240 53 25 -
CMYK 0 0.78 0.90 0.06
HSL 7.81º 0.88% 0.52% -
HSV(B) 7.81º 0.9% 0.94% -
XYZ 37.38 21.14 3.03 -
YUV 105.72 82.45 223.78 -
System Red Green Blue C M Y K H S L
Decimal 240 53 25 0 0.78 0.90 0.06 7.81 0.88 0.52
Hex F0 35 19 0 4E 5A 6 8 58 34
Octal 360 65 31 0 116 132 6 10 130 64
Binary 11110000 110101 11001 0 1001110 1011010 110 1000 1011000 110100

Color Harmonies of #F03519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03519

Black with #F03519

Text Example


Text Example

White with #F03519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03519; }

 p { color: rgb(240,53,25); }

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

background-color css

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

 a { background-color: rgb(240,53,25); }

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

border-color css

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

 span { border-color: rgb(240,53,25); }

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