Html Css Color HEX #CD000C Venetian Red

📋 copy color: '#CD000C'

red 205 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #CD000C

Tints of Venetian Red #CD000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 94.47%
G = 0%
B = 5.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD000C (or 0xCD000C) is known color: Venetian Red. HEX triplet: CD, 00 and 0C. RGB value is (205,0,12). Sum of RGB (Red+Green+Blue) = 205+0+12=217 (28% of max value = 765). Red value is 205 (80.47% from 255 or 94.47% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 205 - color contains mainly: red. Hex color #CD000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD000C is #32FFF3. Grayscale: #3E3E3E. Windows color (decimal): -3342324 or 786637. OLE color: 786637.

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

Color convert

RGB 205 0 12 -
CMYK 0 1 0.94 0.20
HSL 356.49º 1% 0.4% -
HSV(B) 356.49º 1% 0.8% -
XYZ 25.24 13.01 1.53 -
YUV 62.66 99.42 229.52 -
System Red Green Blue C M Y K H S L
Decimal 205 0 12 0 1 0.94 0.20 356.49 1 0.4
Hex CD 0 C 0 64 5E 14 164 64 28
Octal 315 0 14 0 144 136 24 544 144 50
Binary 11001101 0 1100 0 1100100 1011110 10100 101100100 1100100 101000

Color Harmonies of #CD000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD000C

Black with #CD000C

Text Example


Text Example

White with #CD000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD000C; }

 p { color: rgb(205,0,12); }

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

background-color css

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

 a { background-color: rgb(205,0,12); }

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

border-color css

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

 span { border-color: rgb(205,0,12); }

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