Html Css Color HEX #CD051B Venetian Red

📋 copy color: '#CD051B'

red 205 ◦ green 5 ◦ blue 27

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

Shades of Venetian Red #CD051B

Tints of Venetian Red #CD051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

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

R = 86.5%
G = 2.11%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD051B (or 0xCD051B) is known color: Venetian Red. HEX triplet: CD, 05 and 1B. RGB value is (205,5,27). Sum of RGB (Red+Green+Blue) = 205+5+27=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD051B is #32FAE4. Grayscale: #434343. Windows color (decimal): -3341029 or 1770957. OLE color: 1770957.

HSL color Cylindrical-coordinate representation of color #CD051B: hue angle of 353.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD051B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 5 27 -
CMYK 0 0.98 0.87 0.20
HSL 353.4º 0.95% 0.41% -
HSV(B) 353.4º 0.98% 0.8% -
XYZ 25.43 13.17 2.24 -
YUV 67.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 205 5 27 0 0.98 0.87 0.20 353.4 0.95 0.41
Hex CD 5 1B 0 62 57 14 161 5F 29
Octal 315 5 33 0 142 127 24 541 137 51
Binary 11001101 101 11011 0 1100010 1010111 10100 101100001 1011111 101001

Color Harmonies of #CD051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD051B

Black with #CD051B

Text Example


Text Example

White with #CD051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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