Html Css Color HEX #CD0312 Venetian Red

📋 copy color: '#CD0312'

red 205 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #CD0312

Tints of Venetian Red #CD0312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 90.71%
G = 1.33%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD0312 (or 0xCD0312) is known color: Venetian Red. HEX triplet: CD, 03 and 12. RGB value is (205,3,18). Sum of RGB (Red+Green+Blue) = 205+3+18=226 (29% of max value = 765). Red value is 205 (80.47% from 255 or 90.71% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0312 is #32FCED. Grayscale: #414141. Windows color (decimal): -3341550 or 1180621. OLE color: 1180621.

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

Color convert

RGB 205 3 18 -
CMYK 0 0.99 0.91 0.20
HSL 355.54º 0.97% 0.41% -
HSV(B) 355.54º 0.99% 0.8% -
XYZ 25.32 13.09 1.76 -
YUV 65.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 205 3 18 0 0.99 0.91 0.20 355.54 0.97 0.41
Hex CD 3 12 0 63 5B 14 164 61 29
Octal 315 3 22 0 143 133 24 544 141 51
Binary 11001101 11 10010 0 1100011 1011011 10100 101100100 1100001 101001

Color Harmonies of #CD0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0312

Black with #CD0312

Text Example


Text Example

White with #CD0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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