Html Css Color HEX #C0201A Fire Brick

📋 copy color: '#C0201A'

red 192 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #C0201A

Tints of Fire Brick #C0201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 76.8%
G = 12.8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0201A (or 0xC0201A) is known color: Fire Brick. HEX triplet: C0, 20 and 1A. RGB value is (192,32,26). Sum of RGB (Red+Green+Blue) = 192+32+26=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C0201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0201A is #3FDFE5. Grayscale: #4F4F4F. Windows color (decimal): -4186086 or 1712320. OLE color: 1712320.

HSL color Cylindrical-coordinate representation of color #C0201A: hue angle of 2.17º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0201A is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 26 -
CMYK 0 0.83 0.86 0.25
HSL 2.17º 0.76% 0.43% -
HSV(B) 2.17º 0.86% 0.75% -
XYZ 22.44 12.31 2.17 -
YUV 79.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 192 32 26 0 0.83 0.86 0.25 2.17 0.76 0.43
Hex C0 20 1A 0 53 56 19 2 4C 2B
Octal 300 40 32 0 123 126 31 2 114 53
Binary 11000000 100000 11010 0 1010011 1010110 11001 10 1001100 101011

Color Harmonies of #C0201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0201A

Black with #C0201A

Text Example


Text Example

White with #C0201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0201A; }

 p { color: rgb(192,32,26); }

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

background-color css

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

 a { background-color: rgb(192,32,26); }

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

border-color css

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

 span { border-color: rgb(192,32,26); }

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