Html Css Color HEX #CD022B Venetian Red

📋 copy color: '#CD022B'

red 205 ◦ green 2 ◦ blue 43

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

Shades of Venetian Red #CD022B

Tints of Venetian Red #CD022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 82%
G = 0.8%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD022B (or 0xCD022B) is known color: Venetian Red. HEX triplet: CD, 02 and 2B. RGB value is (205,2,43). Sum of RGB (Red+Green+Blue) = 205+2+43=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD022B is #32FDD4. Grayscale: #434343. Windows color (decimal): -3341781 or 2818765. OLE color: 2818765.

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

Color convert

RGB 205 2 43 -
CMYK 0 0.99 0.79 0.20
HSL 347.88º 0.98% 0.41% -
HSV(B) 347.88º 0.99% 0.8% -
XYZ 25.63 13.2 3.48 -
YUV 67.37 114.25 226.17 -
System Red Green Blue C M Y K H S L
Decimal 205 2 43 0 0.99 0.79 0.20 347.88 0.98 0.41
Hex CD 2 2B 0 63 4F 14 15C 62 29
Octal 315 2 53 0 143 117 24 534 142 51
Binary 11001101 10 101011 0 1100011 1001111 10100 101011100 1100010 101001

Color Harmonies of #CD022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD022B

Black with #CD022B

Text Example


Text Example

White with #CD022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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