Html Css Color HEX #CD0424 Venetian Red

📋 copy color: '#CD0424'

red 205 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #CD0424

Tints of Venetian Red #CD0424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 83.67%
G = 1.63%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD0424 (or 0xCD0424) is known color: Venetian Red. HEX triplet: CD, 04 and 24. RGB value is (205,4,36). Sum of RGB (Red+Green+Blue) = 205+4+36=245 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.67% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0424 is #32FBDB. Grayscale: #434343. Windows color (decimal): -3341276 or 2360525. OLE color: 2360525.

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

Color convert

RGB 205 4 36 -
CMYK 0 0.98 0.82 0.20
HSL 350.45º 0.96% 0.41% -
HSV(B) 350.45º 0.98% 0.8% -
XYZ 25.54 13.19 2.87 -
YUV 67.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 205 4 36 0 0.98 0.82 0.20 350.45 0.96 0.41
Hex CD 4 24 0 62 52 14 15E 60 29
Octal 315 4 44 0 142 122 24 536 140 51
Binary 11001101 100 100100 0 1100010 1010010 10100 101011110 1100000 101001

Color Harmonies of #CD0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0424

Black with #CD0424

Text Example


Text Example

White with #CD0424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0424; }

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

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

background-color css

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

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

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

border-color css

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

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

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