Html Css Color HEX #F2472F Cinnabar

📋 copy color: '#F2472F'

red 242 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #F2472F

Tints of Cinnabar #F2472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 67.22%
G = 19.72%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2472F (or 0xF2472F) is known color: Cinnabar. HEX triplet: F2, 47 and 2F. RGB value is (242,71,47). Sum of RGB (Red+Green+Blue) = 242+71+47=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F2472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2472F is #0DB8D0. Grayscale: #777777. Windows color (decimal): -899281 or 3098610. OLE color: 3098610.

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

Color convert

RGB 242 71 47 -
CMYK 0 0.71 0.81 0.05
HSL 7.38º 0.88% 0.57% -
HSV(B) 7.38º 0.81% 0.95% -
XYZ 39.38 23.59 5.17 -
YUV 119.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 242 71 47 0 0.71 0.81 0.05 7.38 0.88 0.57
Hex F2 47 2F 0 47 51 5 7 58 39
Octal 362 107 57 0 107 121 5 7 130 71
Binary 11110010 1000111 101111 0 1000111 1010001 101 111 1011000 111001

Color Harmonies of #F2472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2472F

Black with #F2472F

Text Example


Text Example

White with #F2472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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