Html Css Color HEX #CD0D4D Crimson

📋 copy color: '#CD0D4D'

red 205 ◦ green 13 ◦ blue 77

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

Shades of Crimson #CD0D4D

Tints of Crimson #CD0D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 69.49%
G = 4.41%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD0D4D (or 0xCD0D4D) is known color: Crimson. HEX triplet: CD, 0D and 4D. RGB value is (205,13,77). Sum of RGB (Red+Green+Blue) = 205+13+77=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D4D is #32F2B2. Grayscale: #4D4D4D. Windows color (decimal): -3338931 or 5049805. OLE color: 5049805.

HSL color Cylindrical-coordinate representation of color #CD0D4D: hue angle of 340º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D4D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 13 77 -
CMYK 0 0.94 0.62 0.20
HSL 340º 0.88% 0.43% -
HSV(B) 340º 0.94% 0.8% -
XYZ 26.66 13.8 8.28 -
YUV 77.7 127.61 218.8 -
System Red Green Blue C M Y K H S L
Decimal 205 13 77 0 0.94 0.62 0.20 340 0.88 0.43
Hex CD D 4D 0 5E 3E 14 154 58 2B
Octal 315 15 115 0 136 76 24 524 130 53
Binary 11001101 1101 1001101 0 1011110 111110 10100 101010100 1011000 101011

Color Harmonies of #CD0D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0D4D

Black with #CD0D4D

Text Example


Text Example

White with #CD0D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0D4D; }

 p { color: rgb(205,13,77); }

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

background-color css

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

 a { background-color: rgb(205,13,77); }

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

border-color css

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

 span { border-color: rgb(205,13,77); }

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