Html Css Color HEX #C02719 Fire Brick

📋 copy color: '#C02719'

red 192 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #C02719

Tints of Fire Brick #C02719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

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

R = 75%
G = 15.23%
B = 9.77%

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

#C02719 (or 0xC02719) is known color: Fire Brick. HEX triplet: C0, 27 and 19. RGB value is (192,39,25). Sum of RGB (Red+Green+Blue) = 192+39+25=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C02719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02719 is #3FD8E6. Grayscale: #535353. Windows color (decimal): -4184295 or 1648576. OLE color: 1648576.

HSL color Cylindrical-coordinate representation of color #C02719: hue angle of 5.03º 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 #C02719 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 25 -
CMYK 0 0.80 0.87 0.25
HSL 5.03º 0.77% 0.43% -
HSV(B) 5.03º 0.87% 0.75% -
XYZ 22.64 12.73 2.18 -
YUV 83.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 192 39 25 0 0.80 0.87 0.25 5.03 0.77 0.43
Hex C0 27 19 0 50 57 19 5 4D 2B
Octal 300 47 31 0 120 127 31 5 115 53
Binary 11000000 100111 11001 0 1010000 1010111 11001 101 1001101 101011

Color Harmonies of #C02719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02719

Black with #C02719

Text Example


Text Example

White with #C02719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02719; }

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

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

background-color css

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

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

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

border-color css

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

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

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