Html Css Color HEX #F2481C Cinnabar

📋 copy color: '#F2481C'

red 242 ◦ green 72 ◦ blue 28

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

Shades of Cinnabar #F2481C

Tints of Cinnabar #F2481C

RGB

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

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

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

R = 70.76%
G = 21.05%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2481C (or 0xF2481C) is known color: Cinnabar. HEX triplet: F2, 48 and 1C. RGB value is (242,72,28). Sum of RGB (Red+Green+Blue) = 242+72+28=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2481C is #0DB7E3. Grayscale: #767676. Windows color (decimal): -899044 or 1853682. OLE color: 1853682.

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

Color convert

RGB 242 72 28 -
CMYK 0 0.70 0.88 0.05
HSL 12.34º 0.89% 0.53% -
HSV(B) 12.34º 0.88% 0.95% -
XYZ 39.14 23.6 3.59 -
YUV 117.81 77.32 216.58 -
System Red Green Blue C M Y K H S L
Decimal 242 72 28 0 0.70 0.88 0.05 12.34 0.89 0.53
Hex F2 48 1C 0 46 58 5 C 59 35
Octal 362 110 34 0 106 130 5 14 131 65
Binary 11110010 1001000 11100 0 1000110 1011000 101 1100 1011001 110101

Color Harmonies of #F2481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2481C

Black with #F2481C

Text Example


Text Example

White with #F2481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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