Html Css Color HEX #CD0023 Venetian Red

📋 copy color: '#CD0023'

red 205 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #CD0023

Tints of Venetian Red #CD0023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 14.58%

R = 85.42%
G = 0%
B = 14.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD0023 (or 0xCD0023) is known color: Venetian Red. HEX triplet: CD, 00 and 23. RGB value is (205,0,35). Sum of RGB (Red+Green+Blue) = 205+0+35=240 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.42% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0023 is #32FFDC. Grayscale: #414141. Windows color (decimal): -3342301 or 2293965. OLE color: 2293965.

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

Color convert

RGB 205 0 35 -
CMYK 0 1 0.83 0.20
HSL 349.76º 1% 0.4% -
HSV(B) 349.76º 1% 0.8% -
XYZ 25.48 13.1 2.78 -
YUV 65.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 205 0 35 0 1 0.83 0.20 349.76 1 0.4
Hex CD 0 23 0 64 53 14 15E 64 28
Octal 315 0 43 0 144 123 24 536 144 50
Binary 11001101 0 100011 0 1100100 1010011 10100 101011110 1100100 101000

Color Harmonies of #CD0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0023

Black with #CD0023

Text Example


Text Example

White with #CD0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0023; }

 p { color: rgb(205,0,35); }

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

background-color css

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

 a { background-color: rgb(205,0,35); }

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

border-color css

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

 span { border-color: rgb(205,0,35); }

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