Html Css Color HEX #F03C35 Cinnabar

📋 copy color: '#F03C35'

red 240 ◦ green 60 ◦ blue 53

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

Shades of Cinnabar #F03C35

Tints of Cinnabar #F03C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 67.99%
G = 17%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03C35 (or 0xF03C35) is known color: Cinnabar. HEX triplet: F0, 3C and 35. RGB value is (240,60,53). Sum of RGB (Red+Green+Blue) = 240+60+53=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C35 is #0FC3CA. Grayscale: #717171. Windows color (decimal): -1033163 or 3489008. OLE color: 3489008.

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

Color convert

RGB 240 60 53 -
CMYK 0 0.75 0.78 0.06
HSL 2.25º 0.86% 0.57% -
HSV(B) 2.25º 0.78% 0.94% -
XYZ 38.19 22.01 5.6 -
YUV 113.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 240 60 53 0 0.75 0.78 0.06 2.25 0.86 0.57
Hex F0 3C 35 0 4B 4E 6 2 56 39
Octal 360 74 65 0 113 116 6 2 126 71
Binary 11110000 111100 110101 0 1001011 1001110 110 10 1010110 111001

Color Harmonies of #F03C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C35

Black with #F03C35

Text Example


Text Example

White with #F03C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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