Html Css Color HEX #F04035 Cinnabar

📋 copy color: '#F04035'

red 240 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #F04035

Tints of Cinnabar #F04035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 67.23%
G = 17.93%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04035 (or 0xF04035) is known color: Cinnabar. HEX triplet: F0, 40 and 35. RGB value is (240,64,53). Sum of RGB (Red+Green+Blue) = 240+64+53=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F04035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04035 is #0FBFCA. Grayscale: #737373. Windows color (decimal): -1032139 or 3490032. OLE color: 3490032.

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

Color convert

RGB 240 64 53 -
CMYK 0 0.73 0.78 0.06
HSL 3.53º 0.86% 0.57% -
HSV(B) 3.53º 0.78% 0.94% -
XYZ 38.41 22.45 5.68 -
YUV 115.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 240 64 53 0 0.73 0.78 0.06 3.53 0.86 0.57
Hex F0 40 35 0 49 4E 6 4 56 39
Octal 360 100 65 0 111 116 6 4 126 71
Binary 11110000 1000000 110101 0 1001001 1001110 110 100 1010110 111001

Color Harmonies of #F04035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04035

Black with #F04035

Text Example


Text Example

White with #F04035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04035; }

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

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

background-color css

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

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

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

border-color css

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

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

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