Html Css Color HEX #F0431C Cinnabar

📋 copy color: '#F0431C'

red 240 ◦ green 67 ◦ blue 28

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

Shades of Cinnabar #F0431C

Tints of Cinnabar #F0431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 71.64%
G = 20%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0431C (or 0xF0431C) is known color: Cinnabar. HEX triplet: F0, 43 and 1C. RGB value is (240,67,28). Sum of RGB (Red+Green+Blue) = 240+67+28=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0431C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0431C is #0FBCE3. Grayscale: #727272. Windows color (decimal): -1031396 or 1852400. OLE color: 1852400.

HSL color Cylindrical-coordinate representation of color #F0431C: hue angle of 11.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0431C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 67 28 -
CMYK 0 0.72 0.88 0.06
HSL 11.04º 0.88% 0.53% -
HSV(B) 11.04º 0.88% 0.94% -
XYZ 38.15 22.62 3.45 -
YUV 114.28 79.31 217.67 -
System Red Green Blue C M Y K H S L
Decimal 240 67 28 0 0.72 0.88 0.06 11.04 0.88 0.53
Hex F0 43 1C 0 48 58 6 B 58 35
Octal 360 103 34 0 110 130 6 13 130 65
Binary 11110000 1000011 11100 0 1001000 1011000 110 1011 1011000 110101

Color Harmonies of #F0431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0431C

Black with #F0431C

Text Example


Text Example

White with #F0431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0431C; }

 p { color: rgb(240,67,28); }

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

background-color css

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

 a { background-color: rgb(240,67,28); }

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

border-color css

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

 span { border-color: rgb(240,67,28); }

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