Html Css Color HEX #F2471C Cinnabar

📋 copy color: '#F2471C'

red 242 ◦ green 71 ◦ blue 28

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

Shades of Cinnabar #F2471C

Tints of Cinnabar #F2471C

RGB

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

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

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

R = 70.97%
G = 20.82%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2471C (or 0xF2471C) is known color: Cinnabar. HEX triplet: F2, 47 and 1C. RGB value is (242,71,28). Sum of RGB (Red+Green+Blue) = 242+71+28=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2471C is #0DB8E3. Grayscale: #757575. Windows color (decimal): -899300 or 1853426. OLE color: 1853426.

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

Color convert

RGB 242 71 28 -
CMYK 0 0.71 0.88 0.05
HSL 12.06º 0.89% 0.53% -
HSV(B) 12.06º 0.88% 0.95% -
XYZ 39.08 23.47 3.57 -
YUV 117.23 77.65 217 -
System Red Green Blue C M Y K H S L
Decimal 242 71 28 0 0.71 0.88 0.05 12.06 0.89 0.53
Hex F2 47 1C 0 47 58 5 C 59 35
Octal 362 107 34 0 107 130 5 14 131 65
Binary 11110010 1000111 11100 0 1000111 1011000 101 1100 1011001 110101

Color Harmonies of #F2471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2471C

Black with #F2471C

Text Example


Text Example

White with #F2471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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