Html Css Color HEX #CD0310 Venetian Red

📋 copy color: '#CD0310'

red 205 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #CD0310

Tints of Venetian Red #CD0310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 91.52%
G = 1.34%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD0310 (or 0xCD0310) is known color: Venetian Red. HEX triplet: CD, 03 and 10. RGB value is (205,3,16). Sum of RGB (Red+Green+Blue) = 205+3+16=224 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.52% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0310 is #32FCEF. Grayscale: #414141. Windows color (decimal): -3341552 or 1049549. OLE color: 1049549.

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

Color convert

RGB 205 3 16 -
CMYK 0 0.99 0.92 0.20
HSL 356.14º 0.97% 0.41% -
HSV(B) 356.14º 0.99% 0.8% -
XYZ 25.3 13.08 1.68 -
YUV 64.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 205 3 16 0 0.99 0.92 0.20 356.14 0.97 0.41
Hex CD 3 10 0 63 5C 14 164 61 29
Octal 315 3 20 0 143 134 24 544 141 51
Binary 11001101 11 10000 0 1100011 1011100 10100 101100100 1100001 101001

Color Harmonies of #CD0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0310

Black with #CD0310

Text Example


Text Example

White with #CD0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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