Html Css Color HEX #CD0819 Venetian Red

📋 copy color: '#CD0819'

red 205 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #CD0819

Tints of Venetian Red #CD0819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 86.13%
G = 3.36%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD0819 (or 0xCD0819) is known color: Venetian Red. HEX triplet: CD, 08 and 19. RGB value is (205,8,25). Sum of RGB (Red+Green+Blue) = 205+8+25=238 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.13% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0819 is #32F7E6. Grayscale: #444444. Windows color (decimal): -3340263 or 1640653. OLE color: 1640653.

HSL color Cylindrical-coordinate representation of color #CD0819: hue angle of 354.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0819 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 8 25 -
CMYK 0 0.96 0.88 0.20
HSL 354.82º 0.92% 0.42% -
HSV(B) 354.82º 0.96% 0.8% -
XYZ 25.44 13.22 2.13 -
YUV 68.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 205 8 25 0 0.96 0.88 0.20 354.82 0.92 0.42
Hex CD 8 19 0 60 58 14 163 5C 2A
Octal 315 10 31 0 140 130 24 543 134 52
Binary 11001101 1000 11001 0 1100000 1011000 10100 101100011 1011100 101010

Color Harmonies of #CD0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0819

Black with #CD0819

Text Example


Text Example

White with #CD0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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