Html Css Color HEX #CD124A Crimson

📋 copy color: '#CD124A'

red 205 ◦ green 18 ◦ blue 74

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

Shades of Crimson #CD124A

Tints of Crimson #CD124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 69.02%
G = 6.06%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD124A (or 0xCD124A) is known color: Crimson. HEX triplet: CD, 12 and 4A. RGB value is (205,18,74). Sum of RGB (Red+Green+Blue) = 205+18+74=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD124A is #32EDB5. Grayscale: #505050. Windows color (decimal): -3337654 or 4854477. OLE color: 4854477.

HSL color Cylindrical-coordinate representation of color #CD124A: hue angle of 342.03º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD124A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 18 74 -
CMYK 0 0.91 0.64 0.20
HSL 342.03º 0.84% 0.44% -
HSV(B) 342.03º 0.91% 0.8% -
XYZ 26.63 13.91 7.76 -
YUV 80.3 124.45 216.95 -
System Red Green Blue C M Y K H S L
Decimal 205 18 74 0 0.91 0.64 0.20 342.03 0.84 0.44
Hex CD 12 4A 0 5B 40 14 156 54 2C
Octal 315 22 112 0 133 100 24 526 124 54
Binary 11001101 10010 1001010 0 1011011 1000000 10100 101010110 1010100 101100

Color Harmonies of #CD124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD124A

Black with #CD124A

Text Example


Text Example

White with #CD124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD124A; }

 p { color: rgb(205,18,74); }

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

background-color css

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

 a { background-color: rgb(205,18,74); }

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

border-color css

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

 span { border-color: rgb(205,18,74); }

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