Html Css Color HEX #F0422C Cinnabar

📋 copy color: '#F0422C'

red 240 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #F0422C

Tints of Cinnabar #F0422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 68.57%
G = 18.86%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0422C (or 0xF0422C) is known color: Cinnabar. HEX triplet: F0, 42 and 2C. RGB value is (240,66,44). Sum of RGB (Red+Green+Blue) = 240+66+44=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0422C is #0FBDD3. Grayscale: #737373. Windows color (decimal): -1031636 or 2900720. OLE color: 2900720.

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

Color convert

RGB 240 66 44 -
CMYK 0 0.72 0.82 0.06
HSL 6.73º 0.87% 0.56% -
HSV(B) 6.73º 0.82% 0.94% -
XYZ 38.34 22.6 4.73 -
YUV 115.52 87.65 216.79 -
System Red Green Blue C M Y K H S L
Decimal 240 66 44 0 0.72 0.82 0.06 6.73 0.87 0.56
Hex F0 42 2C 0 48 52 6 7 57 38
Octal 360 102 54 0 110 122 6 7 127 70
Binary 11110000 1000010 101100 0 1001000 1010010 110 111 1010111 111000

Color Harmonies of #F0422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0422C

Black with #F0422C

Text Example


Text Example

White with #F0422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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