Html Css Color HEX #C02619 Fire Brick

📋 copy color: '#C02619'

red 192 ◦ green 38 ◦ blue 25

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

Shades of Fire Brick #C02619

Tints of Fire Brick #C02619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 75.29%
G = 14.9%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C02619 (or 0xC02619) is known color: Fire Brick. HEX triplet: C0, 26 and 19. RGB value is (192,38,25). Sum of RGB (Red+Green+Blue) = 192+38+25=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C02619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02619 is #3FD9E6. Grayscale: #525252. Windows color (decimal): -4184551 or 1648320. OLE color: 1648320.

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

Color convert

RGB 192 38 25 -
CMYK 0 0.80 0.87 0.25
HSL 4.67º 0.77% 0.43% -
HSV(B) 4.67º 0.87% 0.75% -
XYZ 22.61 12.66 2.17 -
YUV 82.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 192 38 25 0 0.80 0.87 0.25 4.67 0.77 0.43
Hex C0 26 19 0 50 57 19 5 4D 2B
Octal 300 46 31 0 120 127 31 5 115 53
Binary 11000000 100110 11001 0 1010000 1010111 11001 101 1001101 101011

Color Harmonies of #C02619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02619

Black with #C02619

Text Example


Text Example

White with #C02619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02619; }

 p { color: rgb(192,38,25); }

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

background-color css

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

 a { background-color: rgb(192,38,25); }

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

border-color css

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

 span { border-color: rgb(192,38,25); }

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