Html Css Color HEX #CD031C Venetian Red

📋 copy color: '#CD031C'

red 205 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #CD031C

Tints of Venetian Red #CD031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.86%

R = 86.86%
G = 1.27%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD031C (or 0xCD031C) is known color: Venetian Red. HEX triplet: CD, 03 and 1C. RGB value is (205,3,28). Sum of RGB (Red+Green+Blue) = 205+3+28=236 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.86% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 205 - color contains mainly: red. Hex color #CD031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD031C is #32FCE3. Grayscale: #424242. Windows color (decimal): -3341540 or 1835981. OLE color: 1835981.

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

Color convert

RGB 205 3 28 -
CMYK 0 0.99 0.86 0.20
HSL 352.57º 0.97% 0.41% -
HSV(B) 352.57º 0.99% 0.8% -
XYZ 25.42 13.13 2.29 -
YUV 66.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 205 3 28 0 0.99 0.86 0.20 352.57 0.97 0.41
Hex CD 3 1C 0 63 56 14 161 61 29
Octal 315 3 34 0 143 126 24 541 141 51
Binary 11001101 11 11100 0 1100011 1010110 10100 101100001 1100001 101001

Color Harmonies of #CD031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD031C

Black with #CD031C

Text Example


Text Example

White with #CD031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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