Html Css Color HEX #C00121 Venetian Red

📋 copy color: '#C00121'

red 192 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #C00121

Tints of Venetian Red #C00121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.6%

R = 84.96%
G = 0.44%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C00121 (or 0xC00121) is known color: Venetian Red. HEX triplet: C0, 01 and 21. RGB value is (192,1,33). Sum of RGB (Red+Green+Blue) = 192+1+33=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C00121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00121 is #3FFEDE. Grayscale: #3D3D3D. Windows color (decimal): -4194015 or 2163136. OLE color: 2163136.

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

Color convert

RGB 192 1 33 -
CMYK 0 0.99 0.83 0.25
HSL 349.95º 0.99% 0.38% -
HSV(B) 349.95º 0.99% 0.75% -
XYZ 22.02 11.34 2.47 -
YUV 61.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 192 1 33 0 0.99 0.83 0.25 349.95 0.99 0.38
Hex C0 1 21 0 63 53 19 15E 63 26
Octal 300 1 41 0 143 123 31 536 143 46
Binary 11000000 1 100001 0 1100011 1010011 11001 101011110 1100011 100110

Color Harmonies of #C00121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00121

Black with #C00121

Text Example


Text Example

White with #C00121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00121; }

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

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

background-color css

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

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

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

border-color css

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

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

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