Html Css Color HEX #CD0047 Crimson

📋 copy color: '#CD0047'

red 205 ◦ green 0 ◦ blue 71

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

Shades of Crimson #CD0047

Tints of Crimson #CD0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.28%
G = 0%
B = 25.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD0047 (or 0xCD0047) is known color: Crimson. HEX triplet: CD, 00 and 47. RGB value is (205,0,71). Sum of RGB (Red+Green+Blue) = 205+0+71=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0047 is #32FFB8. Grayscale: #454545. Windows color (decimal): -3342265 or 4653261. OLE color: 4653261.

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

Color convert

RGB 205 0 71 -
CMYK 0 1 0.65 0.20
HSL 339.22º 1% 0.4% -
HSV(B) 339.22º 1% 0.8% -
XYZ 26.31 13.43 7.17 -
YUV 69.39 128.92 224.73 -
System Red Green Blue C M Y K H S L
Decimal 205 0 71 0 1 0.65 0.20 339.22 1 0.4
Hex CD 0 47 0 64 41 14 153 64 28
Octal 315 0 107 0 144 101 24 523 144 50
Binary 11001101 0 1000111 0 1100100 1000001 10100 101010011 1100100 101000

Color Harmonies of #CD0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0047

Black with #CD0047

Text Example


Text Example

White with #CD0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0047; }

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

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

background-color css

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

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

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

border-color css

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

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

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