Html Css Color HEX #F2472C Cinnabar

📋 copy color: '#F2472C'

red 242 ◦ green 71 ◦ blue 44

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

Shades of Cinnabar #F2472C

Tints of Cinnabar #F2472C

RGB

 RED value IS 242 (94.92% from 255) = 67.79%

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 67.79%
G = 19.89%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2472C (or 0xF2472C) is known color: Cinnabar. HEX triplet: F2, 47 and 2C. RGB value is (242,71,44). Sum of RGB (Red+Green+Blue) = 242+71+44=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2472C is #0DB8D3. Grayscale: #777777. Windows color (decimal): -899284 or 2902002. OLE color: 2902002.

HSL color Cylindrical-coordinate representation of color #F2472C: hue angle of 8.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2472C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 44 -
CMYK 0 0.71 0.82 0.05
HSL 8.18º 0.88% 0.56% -
HSV(B) 8.18º 0.82% 0.95% -
XYZ 39.33 23.57 4.86 -
YUV 119.05 85.65 215.7 -
System Red Green Blue C M Y K H S L
Decimal 242 71 44 0 0.71 0.82 0.05 8.18 0.88 0.56
Hex F2 47 2C 0 47 52 5 8 58 38
Octal 362 107 54 0 107 122 5 10 130 70
Binary 11110010 1000111 101100 0 1000111 1010010 101 1000 1011000 111000

Color Harmonies of #F2472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2472C

Black with #F2472C

Text Example


Text Example

White with #F2472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2472C; }

 p { color: rgb(242,71,44); }

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

background-color css

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

 a { background-color: rgb(242,71,44); }

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

border-color css

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

 span { border-color: rgb(242,71,44); }

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