Html Css Color HEX #CD144F Ruby

📋 copy color: '#CD144F'

red 205 ◦ green 20 ◦ blue 79

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

Shades of Ruby #CD144F

Tints of Ruby #CD144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 67.43%
G = 6.58%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD144F (or 0xCD144F) is known color: Ruby. HEX triplet: CD, 14 and 4F. RGB value is (205,20,79). Sum of RGB (Red+Green+Blue) = 205+20+79=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD144F is #32EBB0. Grayscale: #515151. Windows color (decimal): -3337137 or 5182669. OLE color: 5182669.

HSL color Cylindrical-coordinate representation of color #CD144F: hue angle of 340.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD144F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 79 -
CMYK 0 0.90 0.61 0.20
HSL 340.86º 0.82% 0.44% -
HSV(B) 340.86º 0.9% 0.8% -
XYZ 26.84 14.04 8.69 -
YUV 82.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 205 20 79 0 0.90 0.61 0.20 340.86 0.82 0.44
Hex CD 14 4F 0 5A 3D 14 155 52 2C
Octal 315 24 117 0 132 75 24 525 122 54
Binary 11001101 10100 1001111 0 1011010 111101 10100 101010101 1010010 101100

Color Harmonies of #CD144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD144F

Black with #CD144F

Text Example


Text Example

White with #CD144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD144F; }

 p { color: rgb(205,20,79); }

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

background-color css

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

 a { background-color: rgb(205,20,79); }

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

border-color css

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

 span { border-color: rgb(205,20,79); }

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