Html Css Color HEX #CD080F Venetian Red

📋 copy color: '#CD080F'

red 205 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #CD080F

Tints of Venetian Red #CD080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 89.91%
G = 3.51%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD080F (or 0xCD080F) is known color: Venetian Red. HEX triplet: CD, 08 and 0F. RGB value is (205,8,15). Sum of RGB (Red+Green+Blue) = 205+8+15=228 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.91% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 205 - color contains mainly: red. Hex color #CD080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD080F is #32F7F0. Grayscale: #434343. Windows color (decimal): -3340273 or 985293. OLE color: 985293.

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

Color convert

RGB 205 8 15 -
CMYK 0 0.96 0.93 0.20
HSL 357.87º 0.92% 0.42% -
HSV(B) 357.87º 0.96% 0.8% -
XYZ 25.35 13.19 1.66 -
YUV 67.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 205 8 15 0 0.96 0.93 0.20 357.87 0.92 0.42
Hex CD 8 F 0 60 5D 14 166 5C 2A
Octal 315 10 17 0 140 135 24 546 134 52
Binary 11001101 1000 1111 0 1100000 1011101 10100 101100110 1011100 101010

Color Harmonies of #CD080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD080F

Black with #CD080F

Text Example


Text Example

White with #CD080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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