Html Css Color HEX #F13F28 Cinnabar

📋 copy color: '#F13F28'

red 241 ◦ green 63 ◦ blue 40

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

Shades of Cinnabar #F13F28

Tints of Cinnabar #F13F28

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 70.06%
G = 18.31%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F13F28 (or 0xF13F28) is known color: Cinnabar. HEX triplet: F1, 3F and 28. RGB value is (241,63,40). Sum of RGB (Red+Green+Blue) = 241+63+40=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F28 is #0EC0D7. Grayscale: #717171. Windows color (decimal): -966872 or 2637809. OLE color: 2637809.

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

Color convert

RGB 241 63 40 -
CMYK 0 0.74 0.83 0.05
HSL 6.87º 0.88% 0.55% -
HSV(B) 6.87º 0.83% 0.95% -
XYZ 38.44 22.41 4.31 -
YUV 113.6 86.47 218.87 -
System Red Green Blue C M Y K H S L
Decimal 241 63 40 0 0.74 0.83 0.05 6.87 0.88 0.55
Hex F1 3F 28 0 4A 53 5 7 58 37
Octal 361 77 50 0 112 123 5 7 130 67
Binary 11110001 111111 101000 0 1001010 1010011 101 111 1011000 110111

Color Harmonies of #F13F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F28

Black with #F13F28

Text Example


Text Example

White with #F13F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F28; }

 p { color: rgb(241,63,40); }

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

background-color css

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

 a { background-color: rgb(241,63,40); }

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

border-color css

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

 span { border-color: rgb(241,63,40); }

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