Html Css Color HEX #C02C27 Fire Brick

📋 copy color: '#C02C27'

red 192 ◦ green 44 ◦ blue 39

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

Shades of Fire Brick #C02C27

Tints of Fire Brick #C02C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 69.82%
G = 16%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C02C27 (or 0xC02C27) is known color: Fire Brick. HEX triplet: C0, 2C and 27. RGB value is (192,44,39). Sum of RGB (Red+Green+Blue) = 192+44+39=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C27 is #3FD3D8. Grayscale: #575757. Windows color (decimal): -4183001 or 2567360. OLE color: 2567360.

HSL color Cylindrical-coordinate representation of color #C02C27: hue angle of 1.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02C27 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 44 39 -
CMYK 0 0.77 0.80 0.25
HSL 1.96º 0.66% 0.45% -
HSV(B) 1.96º 0.8% 0.75% -
XYZ 23.01 13.15 3.25 -
YUV 87.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 192 44 39 0 0.77 0.80 0.25 1.96 0.66 0.45
Hex C0 2C 27 0 4D 50 19 2 42 2D
Octal 300 54 47 0 115 120 31 2 102 55
Binary 11000000 101100 100111 0 1001101 1010000 11001 10 1000010 101101

Color Harmonies of #C02C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C27

Black with #C02C27

Text Example


Text Example

White with #C02C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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