Html Css Color HEX #CD0214 Venetian Red

📋 copy color: '#CD0214'

red 205 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #CD0214

Tints of Venetian Red #CD0214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 90.31%
G = 0.88%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD0214 (or 0xCD0214) is known color: Venetian Red. HEX triplet: CD, 02 and 14. RGB value is (205,2,20). Sum of RGB (Red+Green+Blue) = 205+2+20=227 (30% of max value = 765). Red value is 205 (80.47% from 255 or 90.31% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0214 is #32FDEB. Grayscale: #404040. Windows color (decimal): -3341804 or 1311437. OLE color: 1311437.

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

Color convert

RGB 205 2 20 -
CMYK 0 0.99 0.90 0.20
HSL 354.68º 0.98% 0.41% -
HSV(B) 354.68º 0.99% 0.8% -
XYZ 25.32 13.07 1.85 -
YUV 64.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 205 2 20 0 0.99 0.90 0.20 354.68 0.98 0.41
Hex CD 2 14 0 63 5A 14 163 62 29
Octal 315 2 24 0 143 132 24 543 142 51
Binary 11001101 10 10100 0 1100011 1011010 10100 101100011 1100010 101001

Color Harmonies of #CD0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0214

Black with #CD0214

Text Example


Text Example

White with #CD0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0214; }

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

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

background-color css

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

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

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

border-color css

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

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

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