Html Css Color HEX #F1421C Cinnabar

📋 copy color: '#F1421C'

red 241 ◦ green 66 ◦ blue 28

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

Shades of Cinnabar #F1421C

Tints of Cinnabar #F1421C

RGB

 RED value IS 241 (94.53% from 255) = 71.94%

 GREEN value IS 66 (26.17% from 255) = 19.7%

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

R = 71.94%
G = 19.7%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1421C (or 0xF1421C) is known color: Cinnabar. HEX triplet: F1, 42 and 1C. RGB value is (241,66,28). Sum of RGB (Red+Green+Blue) = 241+66+28=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1421C is #0EBDE3. Grayscale: #727272. Windows color (decimal): -966116 or 1852145. OLE color: 1852145.

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

Color convert

RGB 241 66 28 -
CMYK 0 0.73 0.88 0.05
HSL 10.7º 0.88% 0.53% -
HSV(B) 10.7º 0.88% 0.95% -
XYZ 38.43 22.68 3.45 -
YUV 113.99 79.48 218.59 -
System Red Green Blue C M Y K H S L
Decimal 241 66 28 0 0.73 0.88 0.05 10.7 0.88 0.53
Hex F1 42 1C 0 49 58 5 B 58 35
Octal 361 102 34 0 111 130 5 13 130 65
Binary 11110001 1000010 11100 0 1001001 1011000 101 1011 1011000 110101

Color Harmonies of #F1421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1421C

Black with #F1421C

Text Example


Text Example

White with #F1421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1421C; }

 p { color: rgb(241,66,28); }

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

background-color css

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

 a { background-color: rgb(241,66,28); }

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

border-color css

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

 span { border-color: rgb(241,66,28); }

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