Html Css Color HEX #F04435 Cinnabar

📋 copy color: '#F04435'

red 240 ◦ green 68 ◦ blue 53

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

Shades of Cinnabar #F04435

Tints of Cinnabar #F04435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

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

R = 66.48%
G = 18.84%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F04435 (or 0xF04435) is known color: Cinnabar. HEX triplet: F0, 44 and 35. RGB value is (240,68,53). Sum of RGB (Red+Green+Blue) = 240+68+53=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04435 is #0FBBCA. Grayscale: #757575. Windows color (decimal): -1031115 or 3491056. OLE color: 3491056.

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

Color convert

RGB 240 68 53 -
CMYK 0 0.72 0.78 0.06
HSL 4.81º 0.86% 0.57% -
HSV(B) 4.81º 0.78% 0.94% -
XYZ 38.64 22.92 5.75 -
YUV 117.72 91.48 215.22 -
System Red Green Blue C M Y K H S L
Decimal 240 68 53 0 0.72 0.78 0.06 4.81 0.86 0.57
Hex F0 44 35 0 48 4E 6 5 56 39
Octal 360 104 65 0 110 116 6 5 126 71
Binary 11110000 1000100 110101 0 1001000 1001110 110 101 1010110 111001

Color Harmonies of #F04435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04435

Black with #F04435

Text Example


Text Example

White with #F04435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04435; }

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

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

background-color css

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

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

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

border-color css

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

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

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