Html Css Color HEX #F04A2C Cinnabar

📋 copy color: '#F04A2C'

red 240 ◦ green 74 ◦ blue 44

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

Shades of Cinnabar #F04A2C

Tints of Cinnabar #F04A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 67.04%
G = 20.67%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F04A2C (or 0xF04A2C) is known color: Cinnabar. HEX triplet: F0, 4A and 2C. RGB value is (240,74,44). Sum of RGB (Red+Green+Blue) = 240+74+44=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A2C is #0FB5D3. Grayscale: #787878. Windows color (decimal): -1029588 or 2902768. OLE color: 2902768.

HSL color Cylindrical-coordinate representation of color #F04A2C: hue angle of 9.18º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F04A2C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 74 44 -
CMYK 0 0.69 0.82 0.06
HSL 9.18º 0.87% 0.56% -
HSV(B) 9.18º 0.82% 0.94% -
XYZ 38.84 23.6 4.89 -
YUV 120.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 240 74 44 0 0.69 0.82 0.06 9.18 0.87 0.56
Hex F0 4A 2C 0 45 52 6 9 57 38
Octal 360 112 54 0 105 122 6 11 127 70
Binary 11110000 1001010 101100 0 1000101 1010010 110 1001 1010111 111000

Color Harmonies of #F04A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A2C

Black with #F04A2C

Text Example


Text Example

White with #F04A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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