Html Css Color HEX #C00124 Venetian Red

📋 copy color: '#C00124'

red 192 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #C00124

Tints of Venetian Red #C00124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 83.84%
G = 0.44%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C00124 (or 0xC00124) is known color: Venetian Red. HEX triplet: C0, 01 and 24. RGB value is (192,1,36). Sum of RGB (Red+Green+Blue) = 192+1+36=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C00124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00124 is #3FFEDB. Grayscale: #3E3E3E. Windows color (decimal): -4194012 or 2359744. OLE color: 2359744.

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

Color convert

RGB 192 1 36 -
CMYK 0 0.99 0.81 0.25
HSL 349.01º 0.99% 0.38% -
HSV(B) 349.01º 0.99% 0.75% -
XYZ 22.07 11.36 2.7 -
YUV 62.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 192 1 36 0 0.99 0.81 0.25 349.01 0.99 0.38
Hex C0 1 24 0 63 51 19 15D 63 26
Octal 300 1 44 0 143 121 31 535 143 46
Binary 11000000 1 100100 0 1100011 1010001 11001 101011101 1100011 100110

Color Harmonies of #C00124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00124

Black with #C00124

Text Example


Text Example

White with #C00124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00124; }

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

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

background-color css

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

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

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

border-color css

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

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

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