Html Css Color HEX #CD1647 Crimson

📋 copy color: '#CD1647'

red 205 ◦ green 22 ◦ blue 71

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

Shades of Crimson #CD1647

Tints of Crimson #CD1647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 68.79%
G = 7.38%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD1647 (or 0xCD1647) is known color: Crimson. HEX triplet: CD, 16 and 47. RGB value is (205,22,71). Sum of RGB (Red+Green+Blue) = 205+22+71=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1647 is #32E9B8. Grayscale: #525252. Windows color (decimal): -3336633 or 4658893. OLE color: 4658893.

HSL color Cylindrical-coordinate representation of color #CD1647: hue angle of 343.93º degrees, saturation: 0.81, 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 #CD1647 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 71 -
CMYK 0 0.89 0.65 0.20
HSL 343.93º 0.81% 0.45% -
HSV(B) 343.93º 0.89% 0.8% -
XYZ 26.6 14.01 7.26 -
YUV 82.3 121.63 215.52 -
System Red Green Blue C M Y K H S L
Decimal 205 22 71 0 0.89 0.65 0.20 343.93 0.81 0.45
Hex CD 16 47 0 59 41 14 158 51 2D
Octal 315 26 107 0 131 101 24 530 121 55
Binary 11001101 10110 1000111 0 1011001 1000001 10100 101011000 1010001 101101

Color Harmonies of #CD1647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1647

Black with #CD1647

Text Example


Text Example

White with #CD1647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1647; }

 p { color: rgb(205,22,71); }

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

background-color css

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

 a { background-color: rgb(205,22,71); }

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

border-color css

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

 span { border-color: rgb(205,22,71); }

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