Html Css Color HEX #CD021A Venetian Red

📋 copy color: '#CD021A'

red 205 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #CD021A

Tints of Venetian Red #CD021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 87.98%
G = 0.86%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD021A (or 0xCD021A) is known color: Venetian Red. HEX triplet: CD, 02 and 1A. RGB value is (205,2,26). Sum of RGB (Red+Green+Blue) = 205+2+26=233 (30% of max value = 765). Red value is 205 (80.47% from 255 or 87.98% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 205 - color contains mainly: red. Hex color #CD021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD021A is #32FDE5. Grayscale: #414141. Windows color (decimal): -3341798 or 1704653. OLE color: 1704653.

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

Color convert

RGB 205 2 26 -
CMYK 0 0.99 0.87 0.20
HSL 352.91º 0.98% 0.41% -
HSV(B) 352.91º 0.99% 0.8% -
XYZ 25.39 13.1 2.17 -
YUV 65.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 205 2 26 0 0.99 0.87 0.20 352.91 0.98 0.41
Hex CD 2 1A 0 63 57 14 161 62 29
Octal 315 2 32 0 143 127 24 541 142 51
Binary 11001101 10 11010 0 1100011 1010111 10100 101100001 1100010 101001

Color Harmonies of #CD021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD021A

Black with #CD021A

Text Example


Text Example

White with #CD021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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