Html Css Color HEX #CD012B Venetian Red

📋 copy color: '#CD012B'

red 205 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #CD012B

Tints of Venetian Red #CD012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 82.33%
G = 0.4%
B = 17.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD012B (or 0xCD012B) is known color: Venetian Red. HEX triplet: CD, 01 and 2B. RGB value is (205,1,43). Sum of RGB (Red+Green+Blue) = 205+1+43=249 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.33% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 205 - color contains mainly: red. Hex color #CD012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD012B is #32FED4. Grayscale: #424242. Windows color (decimal): -3342037 or 2818509. OLE color: 2818509.

HSL color Cylindrical-coordinate representation of color #CD012B: hue angle of 347.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD012B is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 43 -
CMYK 0 1.00 0.79 0.20
HSL 347.65º 0.99% 0.4% -
HSV(B) 347.65º 1% 0.8% -
XYZ 25.62 13.18 3.48 -
YUV 66.78 114.59 226.58 -
System Red Green Blue C M Y K H S L
Decimal 205 1 43 0 1.00 0.79 0.20 347.65 0.99 0.4
Hex CD 1 2B 0 64 4F 14 15C 63 28
Octal 315 1 53 0 144 117 24 534 143 50
Binary 11001101 1 101011 0 1100100 1001111 10100 101011100 1100011 101000

Color Harmonies of #CD012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD012B

Black with #CD012B

Text Example


Text Example

White with #CD012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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