Html Css Color HEX #F13C1D Cinnabar

📋 copy color: '#F13C1D'

red 241 ◦ green 60 ◦ blue 29

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

Shades of Cinnabar #F13C1D

Tints of Cinnabar #F13C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 73.03%
G = 18.18%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F13C1D (or 0xF13C1D) is known color: Cinnabar. HEX triplet: F1, 3C and 1D. RGB value is (241,60,29). Sum of RGB (Red+Green+Blue) = 241+60+29=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C1D is #0EC3E2. Grayscale: #6E6E6E. Windows color (decimal): -967651 or 1916145. OLE color: 1916145.

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

Color convert

RGB 241 60 29 -
CMYK 0 0.75 0.88 0.05
HSL 8.77º 0.88% 0.53% -
HSV(B) 8.77º 0.88% 0.95% -
XYZ 38.11 22.02 3.4 -
YUV 110.59 81.97 221.02 -
System Red Green Blue C M Y K H S L
Decimal 241 60 29 0 0.75 0.88 0.05 8.77 0.88 0.53
Hex F1 3C 1D 0 4B 58 5 9 58 35
Octal 361 74 35 0 113 130 5 11 130 65
Binary 11110001 111100 11101 0 1001011 1011000 101 1001 1011000 110101

Color Harmonies of #F13C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C1D

Black with #F13C1D

Text Example


Text Example

White with #F13C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C1D; }

 p { color: rgb(241,60,29); }

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

background-color css

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

 a { background-color: rgb(241,60,29); }

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

border-color css

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

 span { border-color: rgb(241,60,29); }

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