Html Css Color HEX #C02C1F Fire Brick

📋 copy color: '#C02C1F'

red 192 ◦ green 44 ◦ blue 31

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

Shades of Fire Brick #C02C1F

Tints of Fire Brick #C02C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 71.91%
G = 16.48%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C02C1F (or 0xC02C1F) is known color: Fire Brick. HEX triplet: C0, 2C and 1F. RGB value is (192,44,31). Sum of RGB (Red+Green+Blue) = 192+44+31=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C1F is #3FD3E0. Grayscale: #565656. Windows color (decimal): -4183009 or 2043072. OLE color: 2043072.

HSL color Cylindrical-coordinate representation of color #C02C1F: hue angle of 4.84º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C02C1F is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 44 31 -
CMYK 0 0.77 0.84 0.25
HSL 4.84º 0.72% 0.44% -
HSV(B) 4.84º 0.84% 0.75% -
XYZ 22.89 13.11 2.62 -
YUV 86.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 192 44 31 0 0.77 0.84 0.25 4.84 0.72 0.44
Hex C0 2C 1F 0 4D 54 19 5 48 2C
Octal 300 54 37 0 115 124 31 5 110 54
Binary 11000000 101100 11111 0 1001101 1010100 11001 101 1001000 101100

Color Harmonies of #C02C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C1F

Black with #C02C1F

Text Example


Text Example

White with #C02C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C1F; }

 p { color: rgb(192,44,31); }

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

background-color css

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

 a { background-color: rgb(192,44,31); }

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

border-color css

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

 span { border-color: rgb(192,44,31); }

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