Html Css Color HEX #CD0921 Venetian Red

📋 copy color: '#CD0921'

red 205 ◦ green 9 ◦ blue 33

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

Shades of Venetian Red #CD0921

Tints of Venetian Red #CD0921

RGB

 RED value IS 205 (80.47% from 255) = 83%

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 83%
G = 3.64%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD0921 (or 0xCD0921) is known color: Venetian Red. HEX triplet: CD, 09 and 21. RGB value is (205,9,33). Sum of RGB (Red+Green+Blue) = 205+9+33=247 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.00% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0921 is #32F6DE. Grayscale: #464646. Windows color (decimal): -3339999 or 2165197. OLE color: 2165197.

HSL color Cylindrical-coordinate representation of color #CD0921: hue angle of 352.65º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 33 -
CMYK 0 0.96 0.84 0.20
HSL 352.65º 0.92% 0.42% -
HSV(B) 352.65º 0.96% 0.8% -
XYZ 25.55 13.28 2.66 -
YUV 70.34 106.93 224.05 -
System Red Green Blue C M Y K H S L
Decimal 205 9 33 0 0.96 0.84 0.20 352.65 0.92 0.42
Hex CD 9 21 0 60 54 14 161 5C 2A
Octal 315 11 41 0 140 124 24 541 134 52
Binary 11001101 1001 100001 0 1100000 1010100 10100 101100001 1011100 101010

Color Harmonies of #CD0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0921

Black with #CD0921

Text Example


Text Example

White with #CD0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0921; }

 p { color: rgb(205,9,33); }

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

background-color css

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

 a { background-color: rgb(205,9,33); }

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

border-color css

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

 span { border-color: rgb(205,9,33); }

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