Html Css Color HEX #F13F1E Cinnabar

📋 copy color: '#F13F1E'

red 241 ◦ green 63 ◦ blue 30

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

Shades of Cinnabar #F13F1E

Tints of Cinnabar #F13F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 72.16%
G = 18.86%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F13F1E (or 0xF13F1E) is known color: Cinnabar. HEX triplet: F1, 3F and 1E. RGB value is (241,63,30). Sum of RGB (Red+Green+Blue) = 241+63+30=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F1E is #0EC0E1. Grayscale: #707070. Windows color (decimal): -966882 or 1982449. OLE color: 1982449.

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

Color convert

RGB 241 63 30 -
CMYK 0 0.74 0.88 0.05
HSL 9.38º 0.88% 0.53% -
HSV(B) 9.38º 0.88% 0.95% -
XYZ 38.29 22.35 3.52 -
YUV 112.46 81.47 219.68 -
System Red Green Blue C M Y K H S L
Decimal 241 63 30 0 0.74 0.88 0.05 9.38 0.88 0.53
Hex F1 3F 1E 0 4A 58 5 9 58 35
Octal 361 77 36 0 112 130 5 11 130 65
Binary 11110001 111111 11110 0 1001010 1011000 101 1001 1011000 110101

Color Harmonies of #F13F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F1E

Black with #F13F1E

Text Example


Text Example

White with #F13F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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