Html Css Color HEX #CD0018 Venetian Red

📋 copy color: '#CD0018'

red 205 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #CD0018

Tints of Venetian Red #CD0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 89.52%
G = 0%
B = 10.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD0018 (or 0xCD0018) is known color: Venetian Red. HEX triplet: CD, 00 and 18. RGB value is (205,0,24). Sum of RGB (Red+Green+Blue) = 205+0+24=229 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.52% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0018 is #32FFE7. Grayscale: #404040. Windows color (decimal): -3342312 or 1573069. OLE color: 1573069.

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

Color convert

RGB 205 0 24 -
CMYK 0 1 0.88 0.20
HSL 352.98º 1% 0.4% -
HSV(B) 352.98º 1% 0.8% -
XYZ 25.34 13.05 2.05 -
YUV 64.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 205 0 24 0 1 0.88 0.20 352.98 1 0.4
Hex CD 0 18 0 64 58 14 161 64 28
Octal 315 0 30 0 144 130 24 541 144 50
Binary 11001101 0 11000 0 1100100 1011000 10100 101100001 1100100 101000

Color Harmonies of #CD0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0018

Black with #CD0018

Text Example


Text Example

White with #CD0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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