Html Css Color HEX #CD002B Venetian Red

📋 copy color: '#CD002B'

red 205 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #CD002B

Tints of Venetian Red #CD002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.66%
G = 0%
B = 17.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD002B (or 0xCD002B) is known color: Venetian Red. HEX triplet: CD, 00 and 2B. RGB value is (205,0,43). Sum of RGB (Red+Green+Blue) = 205+0+43=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD002B is #32FFD4. Grayscale: #424242. Windows color (decimal): -3342293 or 2818253. OLE color: 2818253.

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

Color convert

RGB 205 0 43 -
CMYK 0 1 0.79 0.20
HSL 347.41º 1% 0.4% -
HSV(B) 347.41º 1% 0.8% -
XYZ 25.61 13.15 3.47 -
YUV 66.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 205 0 43 0 1 0.79 0.20 347.41 1 0.4
Hex CD 0 2B 0 64 4F 14 15B 64 28
Octal 315 0 53 0 144 117 24 533 144 50
Binary 11001101 0 101011 0 1100100 1001111 10100 101011011 1100100 101000

Color Harmonies of #CD002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD002B

Black with #CD002B

Text Example


Text Example

White with #CD002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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