Html Css Color HEX #CD123A Crimson

📋 copy color: '#CD123A'

red 205 ◦ green 18 ◦ blue 58

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

Shades of Crimson #CD123A

Tints of Crimson #CD123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 72.95%
G = 6.41%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD123A (or 0xCD123A) is known color: Crimson. HEX triplet: CD, 12 and 3A. RGB value is (205,18,58). Sum of RGB (Red+Green+Blue) = 205+18+58=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD123A is #32EDC5. Grayscale: #4E4E4E. Windows color (decimal): -3337670 or 3805901. OLE color: 3805901.

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

Color convert

RGB 205 18 58 -
CMYK 0 0.91 0.72 0.20
HSL 347.17º 0.84% 0.44% -
HSV(B) 347.17º 0.91% 0.8% -
XYZ 26.16 13.72 5.27 -
YUV 78.47 116.45 218.25 -
System Red Green Blue C M Y K H S L
Decimal 205 18 58 0 0.91 0.72 0.20 347.17 0.84 0.44
Hex CD 12 3A 0 5B 48 14 15B 54 2C
Octal 315 22 72 0 133 110 24 533 124 54
Binary 11001101 10010 111010 0 1011011 1001000 10100 101011011 1010100 101100

Color Harmonies of #CD123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD123A

Black with #CD123A

Text Example


Text Example

White with #CD123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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