Html Css Color HEX #CD010E Venetian Red

📋 copy color: '#CD010E'

red 205 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #CD010E

Tints of Venetian Red #CD010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 93.18%
G = 0.45%
B = 6.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD010E (or 0xCD010E) is known color: Venetian Red. HEX triplet: CD, 01 and 0E. RGB value is (205,1,14). Sum of RGB (Red+Green+Blue) = 205+1+14=220 (29% of max value = 765). Red value is 205 (80.47% from 255 or 93.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 205 - color contains mainly: red. Hex color #CD010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD010E is #32FEF1. Grayscale: #3F3F3F. Windows color (decimal): -3342066 or 917965. OLE color: 917965.

HSL color Cylindrical-coordinate representation of color #CD010E: hue angle of 356.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 14 -
CMYK 0 1.00 0.93 0.20
HSL 356.18º 0.99% 0.4% -
HSV(B) 356.18º 1% 0.8% -
XYZ 25.27 13.03 1.6 -
YUV 63.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 205 1 14 0 1.00 0.93 0.20 356.18 0.99 0.4
Hex CD 1 E 0 64 5D 14 164 63 28
Octal 315 1 16 0 144 135 24 544 143 50
Binary 11001101 1 1110 0 1100100 1011101 10100 101100100 1100011 101000

Color Harmonies of #CD010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD010E

Black with #CD010E

Text Example


Text Example

White with #CD010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD010E; }

 p { color: rgb(205,1,14); }

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

background-color css

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

 a { background-color: rgb(205,1,14); }

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

border-color css

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

 span { border-color: rgb(205,1,14); }

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