Html Css Color HEX #CD040D Venetian Red

📋 copy color: '#CD040D'

red 205 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #CD040D

Tints of Venetian Red #CD040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 92.34%
G = 1.8%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD040D (or 0xCD040D) is known color: Venetian Red. HEX triplet: CD, 04 and 0D. RGB value is (205,4,13). Sum of RGB (Red+Green+Blue) = 205+4+13=222 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.34% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 205 - color contains mainly: red. Hex color #CD040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD040D is #32FBF2. Grayscale: #414141. Windows color (decimal): -3341299 or 853197. OLE color: 853197.

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

Color convert

RGB 205 4 13 -
CMYK 0 0.98 0.94 0.20
HSL 357.31º 0.96% 0.41% -
HSV(B) 357.31º 0.98% 0.8% -
XYZ 25.29 13.1 1.58 -
YUV 65.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 205 4 13 0 0.98 0.94 0.20 357.31 0.96 0.41
Hex CD 4 D 0 62 5E 14 165 60 29
Octal 315 4 15 0 142 136 24 545 140 51
Binary 11001101 100 1101 0 1100010 1011110 10100 101100101 1100000 101001

Color Harmonies of #CD040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD040D

Black with #CD040D

Text Example


Text Example

White with #CD040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD040D; }

 p { color: rgb(205,4,13); }

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

background-color css

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

 a { background-color: rgb(205,4,13); }

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

border-color css

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

 span { border-color: rgb(205,4,13); }

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