Html Css Color HEX #F2482C Cinnabar

📋 copy color: '#F2482C'

red 242 ◦ green 72 ◦ blue 44

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

Shades of Cinnabar #F2482C

Tints of Cinnabar #F2482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 67.6%
G = 20.11%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2482C (or 0xF2482C) is known color: Cinnabar. HEX triplet: F2, 48 and 2C. RGB value is (242,72,44). Sum of RGB (Red+Green+Blue) = 242+72+44=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2482C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2482C is #0DB7D3. Grayscale: #777777. Windows color (decimal): -899028 or 2902258. OLE color: 2902258.

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

Color convert

RGB 242 72 44 -
CMYK 0 0.70 0.82 0.05
HSL 8.48º 0.88% 0.56% -
HSV(B) 8.48º 0.82% 0.95% -
XYZ 39.39 23.69 4.88 -
YUV 119.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 242 72 44 0 0.70 0.82 0.05 8.48 0.88 0.56
Hex F2 48 2C 0 46 52 5 8 58 38
Octal 362 110 54 0 106 122 5 10 130 70
Binary 11110010 1001000 101100 0 1000110 1010010 101 1000 1011000 111000

Color Harmonies of #F2482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2482C

Black with #F2482C

Text Example


Text Example

White with #F2482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2482C; }

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

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

background-color css

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

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

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

border-color css

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

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

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