Html Css Color HEX #F04A35 Cinnabar

📋 copy color: '#F04A35'

red 240 ◦ green 74 ◦ blue 53

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

Shades of Cinnabar #F04A35

Tints of Cinnabar #F04A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

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

R = 65.4%
G = 20.16%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04A35 (or 0xF04A35) is known color: Cinnabar. HEX triplet: F0, 4A and 35. RGB value is (240,74,53). Sum of RGB (Red+Green+Blue) = 240+74+53=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A35 is #0FB5CA. Grayscale: #797979. Windows color (decimal): -1029579 or 3492592. OLE color: 3492592.

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

Color convert

RGB 240 74 53 -
CMYK 0 0.69 0.78 0.06
HSL 6.74º 0.86% 0.57% -
HSV(B) 6.74º 0.78% 0.94% -
XYZ 39.03 23.68 5.88 -
YUV 121.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 240 74 53 0 0.69 0.78 0.06 6.74 0.86 0.57
Hex F0 4A 35 0 45 4E 6 7 56 39
Octal 360 112 65 0 105 116 6 7 126 71
Binary 11110000 1001010 110101 0 1000101 1001110 110 111 1010110 111001

Color Harmonies of #F04A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A35

Black with #F04A35

Text Example


Text Example

White with #F04A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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