Html Css Color HEX #CD000F Venetian Red

📋 copy color: '#CD000F'

red 205 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #CD000F

Tints of Venetian Red #CD000F

RGB

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

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

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

R = 93.18%
G = 0%
B = 6.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD000F (or 0xCD000F) is known color: Venetian Red. HEX triplet: CD, 00 and 0F. RGB value is (205,0,15). Sum of RGB (Red+Green+Blue) = 205+0+15=220 (29% of max value = 765). Red value is 205 (80.47% from 255 or 93.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 205 - color contains mainly: red. Hex color #CD000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD000F is #32FFF0. Grayscale: #3F3F3F. Windows color (decimal): -3342321 or 983245. OLE color: 983245.

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

Color convert

RGB 205 0 15 -
CMYK 0 1 0.93 0.20
HSL 355.61º 1% 0.4% -
HSV(B) 355.61º 1% 0.8% -
XYZ 25.26 13.01 1.63 -
YUV 63.01 100.92 229.28 -
System Red Green Blue C M Y K H S L
Decimal 205 0 15 0 1 0.93 0.20 355.61 1 0.4
Hex CD 0 F 0 64 5D 14 164 64 28
Octal 315 0 17 0 144 135 24 544 144 50
Binary 11001101 0 1111 0 1100100 1011101 10100 101100100 1100100 101000

Color Harmonies of #CD000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD000F

Black with #CD000F

Text Example


Text Example

White with #CD000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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