Html Css Color HEX #CD0108 Venetian Red

📋 copy color: '#CD0108'

red 205 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #CD0108

Tints of Venetian Red #CD0108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 95.79%
G = 0.47%
B = 3.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD0108 (or 0xCD0108) is known color: Venetian Red. HEX triplet: CD, 01 and 08. RGB value is (205,1,8). Sum of RGB (Red+Green+Blue) = 205+1+8=214 (28% of max value = 765). Red value is 205 (80.47% from 255 or 95.79% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0108 is #32FEF7. Grayscale: #3E3E3E. Windows color (decimal): -3342072 or 524749. OLE color: 524749.

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

Color convert

RGB 205 1 8 -
CMYK 0 1.00 0.96 0.20
HSL 357.94º 0.99% 0.4% -
HSV(B) 357.94º 1% 0.8% -
XYZ 25.23 13.02 1.41 -
YUV 62.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 205 1 8 0 1.00 0.96 0.20 357.94 0.99 0.4
Hex CD 1 8 0 64 60 14 166 63 28
Octal 315 1 10 0 144 140 24 546 143 50
Binary 11001101 1 1000 0 1100100 1100000 10100 101100110 1100011 101000

Color Harmonies of #CD0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0108

Black with #CD0108

Text Example


Text Example

White with #CD0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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