Html Css Color HEX #C00524 Venetian Red

📋 copy color: '#C00524'

red 192 ◦ green 5 ◦ blue 36

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

Shades of Venetian Red #C00524

Tints of Venetian Red #C00524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 82.4%
G = 2.15%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C00524 (or 0xC00524) is known color: Venetian Red. HEX triplet: C0, 05 and 24. RGB value is (192,5,36). Sum of RGB (Red+Green+Blue) = 192+5+36=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C00524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00524 is #3FFADB. Grayscale: #404040. Windows color (decimal): -4192988 or 2360768. OLE color: 2360768.

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

Color convert

RGB 192 5 36 -
CMYK 0 0.97 0.81 0.25
HSL 350.05º 0.95% 0.39% -
HSV(B) 350.05º 0.97% 0.75% -
XYZ 22.11 11.44 2.71 -
YUV 64.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 192 5 36 0 0.97 0.81 0.25 350.05 0.95 0.39
Hex C0 5 24 0 61 51 19 15E 5F 27
Octal 300 5 44 0 141 121 31 536 137 47
Binary 11000000 101 100100 0 1100001 1010001 11001 101011110 1011111 100111

Color Harmonies of #C00524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00524

Black with #C00524

Text Example


Text Example

White with #C00524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00524; }

 p { color: rgb(192,5,36); }

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

background-color css

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

 a { background-color: rgb(192,5,36); }

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

border-color css

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

 span { border-color: rgb(192,5,36); }

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