Html Css Color HEX #CD030E Venetian Red

📋 copy color: '#CD030E'

red 205 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #CD030E

Tints of Venetian Red #CD030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 92.34%
G = 1.35%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD030E (or 0xCD030E) is known color: Venetian Red. HEX triplet: CD, 03 and 0E. RGB value is (205,3,14). Sum of RGB (Red+Green+Blue) = 205+3+14=222 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.34% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 205 - color contains mainly: red. Hex color #CD030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD030E is #32FCF1. Grayscale: #404040. Windows color (decimal): -3341554 or 918477. OLE color: 918477.

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

Color convert

RGB 205 3 14 -
CMYK 0 0.99 0.93 0.20
HSL 356.73º 0.97% 0.41% -
HSV(B) 356.73º 0.99% 0.8% -
XYZ 25.29 13.08 1.61 -
YUV 64.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 205 3 14 0 0.99 0.93 0.20 356.73 0.97 0.41
Hex CD 3 E 0 63 5D 14 165 61 29
Octal 315 3 16 0 143 135 24 545 141 51
Binary 11001101 11 1110 0 1100011 1011101 10100 101100101 1100001 101001

Color Harmonies of #CD030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD030E

Black with #CD030E

Text Example


Text Example

White with #CD030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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