Html Css Color HEX #C00621 Venetian Red

📋 copy color: '#C00621'

red 192 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #C00621

Tints of Venetian Red #C00621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 83.12%
G = 2.6%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C00621 (or 0xC00621) is known color: Venetian Red. HEX triplet: C0, 06 and 21. RGB value is (192,6,33). Sum of RGB (Red+Green+Blue) = 192+6+33=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C00621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00621 is #3FF9DE. Grayscale: #404040. Windows color (decimal): -4192735 or 2164416. OLE color: 2164416.

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

Color convert

RGB 192 6 33 -
CMYK 0 0.97 0.83 0.25
HSL 351.29º 0.94% 0.39% -
HSV(B) 351.29º 0.97% 0.75% -
XYZ 22.08 11.45 2.48 -
YUV 64.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 192 6 33 0 0.97 0.83 0.25 351.29 0.94 0.39
Hex C0 6 21 0 61 53 19 15F 5E 27
Octal 300 6 41 0 141 123 31 537 136 47
Binary 11000000 110 100001 0 1100001 1010011 11001 101011111 1011110 100111

Color Harmonies of #C00621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00621

Black with #C00621

Text Example


Text Example

White with #C00621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00621; }

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

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

background-color css

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

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

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

border-color css

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

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

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