Html Css Color HEX #CD0126 Venetian Red

📋 copy color: '#CD0126'

red 205 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #CD0126

Tints of Venetian Red #CD0126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 38 (15.23% from 255) = 15.57%

R = 84.02%
G = 0.41%
B = 15.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD0126 (or 0xCD0126) is known color: Venetian Red. HEX triplet: CD, 01 and 26. RGB value is (205,1,38). Sum of RGB (Red+Green+Blue) = 205+1+38=244 (32% of max value = 765). Red value is 205 (80.47% from 255 or 84.02% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0126 is #32FED9. Grayscale: #424242. Windows color (decimal): -3342042 or 2490829. OLE color: 2490829.

HSL color Cylindrical-coordinate representation of color #CD0126: hue angle of 349.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0126 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 38 -
CMYK 0 1.00 0.81 0.20
HSL 349.12º 0.99% 0.4% -
HSV(B) 349.12º 1% 0.8% -
XYZ 25.54 13.14 3.02 -
YUV 66.21 112.09 226.99 -
System Red Green Blue C M Y K H S L
Decimal 205 1 38 0 1.00 0.81 0.20 349.12 0.99 0.4
Hex CD 1 26 0 64 51 14 15D 63 28
Octal 315 1 46 0 144 121 24 535 143 50
Binary 11001101 1 100110 0 1100100 1010001 10100 101011101 1100011 101000

Color Harmonies of #CD0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0126

Black with #CD0126

Text Example


Text Example

White with #CD0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0126; }

 p { color: rgb(205,1,38); }

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

background-color css

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

 a { background-color: rgb(205,1,38); }

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

border-color css

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

 span { border-color: rgb(205,1,38); }

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