Html Css Color HEX #CD030D Venetian Red

📋 copy color: '#CD030D'

red 205 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #CD030D

Tints of Venetian Red #CD030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 92.76%
G = 1.36%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD030D (or 0xCD030D) is known color: Venetian Red. HEX triplet: CD, 03 and 0D. RGB value is (205,3,13). Sum of RGB (Red+Green+Blue) = 205+3+13=221 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.76% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 205 - color contains mainly: red. Hex color #CD030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD030D is #32FCF2. Grayscale: #404040. Windows color (decimal): -3341555 or 852941. OLE color: 852941.

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

Color convert

RGB 205 3 13 -
CMYK 0 0.99 0.94 0.20
HSL 357.03º 0.97% 0.41% -
HSV(B) 357.03º 0.99% 0.8% -
XYZ 25.28 13.07 1.57 -
YUV 64.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 205 3 13 0 0.99 0.94 0.20 357.03 0.97 0.41
Hex CD 3 D 0 63 5E 14 165 61 29
Octal 315 3 15 0 143 136 24 545 141 51
Binary 11001101 11 1101 0 1100011 1011110 10100 101100101 1100001 101001

Color Harmonies of #CD030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD030D

Black with #CD030D

Text Example


Text Example

White with #CD030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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