Html Css Color HEX #C01413 Fire Brick

📋 copy color: '#C01413'

red 192 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #C01413

Tints of Fire Brick #C01413

RGB

 RED value IS 192 (75.39% from 255) = 83.12%

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 83.12%
G = 8.66%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01413 (or 0xC01413) is known color: Fire Brick. HEX triplet: C0, 14 and 13. RGB value is (192,20,19). Sum of RGB (Red+Green+Blue) = 192+20+19=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C01413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01413 is #3FEBEC. Grayscale: #474747. Windows color (decimal): -4189165 or 1250496. OLE color: 1250496.

HSL color Cylindrical-coordinate representation of color #C01413: hue angle of 0.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01413 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 19 -
CMYK 0 0.90 0.90 0.25
HSL 0.35º 0.82% 0.41% -
HSV(B) 0.35º 0.9% 0.75% -
XYZ 22.11 11.75 1.72 -
YUV 71.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 192 20 19 0 0.90 0.90 0.25 0.35 0.82 0.41
Hex C0 14 13 0 5A 5A 19 0 52 29
Octal 300 24 23 0 132 132 31 0 122 51
Binary 11000000 10100 10011 0 1011010 1011010 11001 0 1010010 101001

Color Harmonies of #C01413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01413

Black with #C01413

Text Example


Text Example

White with #C01413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01413; }

 p { color: rgb(192,20,19); }

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

background-color css

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

 a { background-color: rgb(192,20,19); }

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

border-color css

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

 span { border-color: rgb(192,20,19); }

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