Html Css Color HEX #CD021B Venetian Red

📋 copy color: '#CD021B'

red 205 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #CD021B

Tints of Venetian Red #CD021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 87.61%
G = 0.85%
B = 11.54%

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

#CD021B (or 0xCD021B) is known color: Venetian Red. HEX triplet: CD, 02 and 1B. RGB value is (205,2,27). Sum of RGB (Red+Green+Blue) = 205+2+27=234 (30% of max value = 765). Red value is 205 (80.47% from 255 or 87.61% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 205 - color contains mainly: red. Hex color #CD021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD021B is #32FDE4. Grayscale: #414141. Windows color (decimal): -3341797 or 1770189. OLE color: 1770189.

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

Color convert

RGB 205 2 27 -
CMYK 0 0.99 0.87 0.20
HSL 352.61º 0.98% 0.41% -
HSV(B) 352.61º 0.99% 0.8% -
XYZ 25.4 13.1 2.23 -
YUV 65.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 205 2 27 0 0.99 0.87 0.20 352.61 0.98 0.41
Hex CD 2 1B 0 63 57 14 161 62 29
Octal 315 2 33 0 143 127 24 541 142 51
Binary 11001101 10 11011 0 1100011 1010111 10100 101100001 1100010 101001

Color Harmonies of #CD021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD021B

Black with #CD021B

Text Example


Text Example

White with #CD021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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