Html Css Color HEX #CD031B Venetian Red

📋 copy color: '#CD031B'

red 205 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #CD031B

Tints of Venetian Red #CD031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 87.23%
G = 1.28%
B = 11.49%

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

#CD031B (or 0xCD031B) is known color: Venetian Red. HEX triplet: CD, 03 and 1B. RGB value is (205,3,27). Sum of RGB (Red+Green+Blue) = 205+3+27=235 (31% of max value = 765). Red value is 205 (80.47% from 255 or 87.23% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 205 - color contains mainly: red. Hex color #CD031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD031B is #32FCE4. Grayscale: #424242. Windows color (decimal): -3341541 or 1770445. OLE color: 1770445.

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

Color convert

RGB 205 3 27 -
CMYK 0 0.99 0.87 0.20
HSL 352.87º 0.97% 0.41% -
HSV(B) 352.87º 0.99% 0.8% -
XYZ 25.41 13.12 2.23 -
YUV 66.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 205 3 27 0 0.99 0.87 0.20 352.87 0.97 0.41
Hex CD 3 1B 0 63 57 14 161 61 29
Octal 315 3 33 0 143 127 24 541 141 51
Binary 11001101 11 11011 0 1100011 1010111 10100 101100001 1100001 101001

Color Harmonies of #CD031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD031B

Black with #CD031B

Text Example


Text Example

White with #CD031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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