Html Css Color HEX #CD0719 Venetian Red

📋 copy color: '#CD0719'

red 205 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #CD0719

Tints of Venetian Red #CD0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 86.5%
G = 2.95%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD0719 (or 0xCD0719) is known color: Venetian Red. HEX triplet: CD, 07 and 19. RGB value is (205,7,25). Sum of RGB (Red+Green+Blue) = 205+7+25=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0719 is #32F8E6. Grayscale: #444444. Windows color (decimal): -3340519 or 1640397. OLE color: 1640397.

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

Color convert

RGB 205 7 25 -
CMYK 0 0.97 0.88 0.20
HSL 354.55º 0.93% 0.42% -
HSV(B) 354.55º 0.97% 0.8% -
XYZ 25.43 13.2 2.13 -
YUV 68.25 103.6 225.54 -
System Red Green Blue C M Y K H S L
Decimal 205 7 25 0 0.97 0.88 0.20 354.55 0.93 0.42
Hex CD 7 19 0 61 58 14 163 5D 2A
Octal 315 7 31 0 141 130 24 543 135 52
Binary 11001101 111 11001 0 1100001 1011000 10100 101100011 1011101 101010

Color Harmonies of #CD0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0719

Black with #CD0719

Text Example


Text Example

White with #CD0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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