Html Css Color HEX #C00424 Venetian Red

📋 copy color: '#C00424'

red 192 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #C00424

Tints of Venetian Red #C00424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 82.76%
G = 1.72%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C00424 (or 0xC00424) is known color: Venetian Red. HEX triplet: C0, 04 and 24. RGB value is (192,4,36). Sum of RGB (Red+Green+Blue) = 192+4+36=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C00424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00424 is #3FFBDB. Grayscale: #3F3F3F. Windows color (decimal): -4193244 or 2360512. OLE color: 2360512.

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

Color convert

RGB 192 4 36 -
CMYK 0 0.98 0.81 0.25
HSL 349.79º 0.96% 0.38% -
HSV(B) 349.79º 0.98% 0.75% -
XYZ 22.1 11.42 2.71 -
YUV 63.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 192 4 36 0 0.98 0.81 0.25 349.79 0.96 0.38
Hex C0 4 24 0 62 51 19 15E 60 26
Octal 300 4 44 0 142 121 31 536 140 46
Binary 11000000 100 100100 0 1100010 1010001 11001 101011110 1100000 100110

Color Harmonies of #C00424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00424

Black with #C00424

Text Example


Text Example

White with #C00424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00424; }

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

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

background-color css

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

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

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

border-color css

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

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

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