Html Css Color HEX #CD174C Crimson

📋 copy color: '#CD174C'

red 205 ◦ green 23 ◦ blue 76

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

Shades of Crimson #CD174C

Tints of Crimson #CD174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

 BLUE value IS 76 (30.08% from 255) = 25%

R = 67.43%
G = 7.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD174C (or 0xCD174C) is known color: Crimson. HEX triplet: CD, 17 and 4C. RGB value is (205,23,76). Sum of RGB (Red+Green+Blue) = 205+23+76=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD174C is #32E8B3. Grayscale: #535353. Windows color (decimal): -3336372 or 4986829. OLE color: 4986829.

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

Color convert

RGB 205 23 76 -
CMYK 0 0.89 0.63 0.20
HSL 342.53º 0.8% 0.45% -
HSV(B) 342.53º 0.89% 0.8% -
XYZ 26.79 14.11 8.15 -
YUV 83.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 205 23 76 0 0.89 0.63 0.20 342.53 0.8 0.45
Hex CD 17 4C 0 59 3F 14 157 50 2D
Octal 315 27 114 0 131 77 24 527 120 55
Binary 11001101 10111 1001100 0 1011001 111111 10100 101010111 1010000 101101

Color Harmonies of #CD174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD174C

Black with #CD174C

Text Example


Text Example

White with #CD174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD174C; }

 p { color: rgb(205,23,76); }

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

background-color css

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

 a { background-color: rgb(205,23,76); }

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

border-color css

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

 span { border-color: rgb(205,23,76); }

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