Html Css Color HEX #CD0212 Venetian Red

📋 copy color: '#CD0212'

red 205 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #CD0212

Tints of Venetian Red #CD0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 91.11%
G = 0.89%
B = 8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD0212 (or 0xCD0212) is known color: Venetian Red. HEX triplet: CD, 02 and 12. RGB value is (205,2,18). Sum of RGB (Red+Green+Blue) = 205+2+18=225 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0212 is #32FDED. Grayscale: #404040. Windows color (decimal): -3341806 or 1180365. OLE color: 1180365.

HSL color Cylindrical-coordinate representation of color #CD0212: hue angle of 355.27º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 18 -
CMYK 0 0.99 0.91 0.20
HSL 355.27º 0.98% 0.41% -
HSV(B) 355.27º 0.99% 0.8% -
XYZ 25.31 13.07 1.76 -
YUV 64.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 205 2 18 0 0.99 0.91 0.20 355.27 0.98 0.41
Hex CD 2 12 0 63 5B 14 163 62 29
Octal 315 2 22 0 143 133 24 543 142 51
Binary 11001101 10 10010 0 1100011 1011011 10100 101100011 1100010 101001

Color Harmonies of #CD0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0212

Black with #CD0212

Text Example


Text Example

White with #CD0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0212; }

 p { color: rgb(205,2,18); }

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

background-color css

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

 a { background-color: rgb(205,2,18); }

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

border-color css

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

 span { border-color: rgb(205,2,18); }

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