Html Css Color HEX #C02C25 Fire Brick

📋 copy color: '#C02C25'

red 192 ◦ green 44 ◦ blue 37

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

Shades of Fire Brick #C02C25

Tints of Fire Brick #C02C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 70.33%
G = 16.12%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C02C25 (or 0xC02C25) is known color: Fire Brick. HEX triplet: C0, 2C and 25. RGB value is (192,44,37). Sum of RGB (Red+Green+Blue) = 192+44+37=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C25 is #3FD3DA. Grayscale: #575757. Windows color (decimal): -4183003 or 2436288. OLE color: 2436288.

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

Color convert

RGB 192 44 37 -
CMYK 0 0.77 0.81 0.25
HSL 2.71º 0.68% 0.45% -
HSV(B) 2.71º 0.81% 0.75% -
XYZ 22.97 13.14 3.08 -
YUV 87.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 192 44 37 0 0.77 0.81 0.25 2.71 0.68 0.45
Hex C0 2C 25 0 4D 51 19 3 44 2D
Octal 300 54 45 0 115 121 31 3 104 55
Binary 11000000 101100 100101 0 1001101 1010001 11001 11 1000100 101101

Color Harmonies of #C02C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C25

Black with #C02C25

Text Example


Text Example

White with #C02C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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