Html Css Color HEX #CD0D37 Crimson

📋 copy color: '#CD0D37'

red 205 ◦ green 13 ◦ blue 55

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

Shades of Crimson #CD0D37

Tints of Crimson #CD0D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 75.09%
G = 4.76%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD0D37 (or 0xCD0D37) is known color: Crimson. HEX triplet: CD, 0D and 37. RGB value is (205,13,55). Sum of RGB (Red+Green+Blue) = 205+13+55=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0D37 is #32F2C8. Grayscale: #4B4B4B. Windows color (decimal): -3338953 or 3608013. OLE color: 3608013.

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

Color convert

RGB 205 13 55 -
CMYK 0 0.94 0.73 0.20
HSL 346.88º 0.88% 0.43% -
HSV(B) 346.88º 0.94% 0.8% -
XYZ 26.01 13.54 4.86 -
YUV 75.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 205 13 55 0 0.94 0.73 0.20 346.88 0.88 0.43
Hex CD D 37 0 5E 49 14 15B 58 2B
Octal 315 15 67 0 136 111 24 533 130 53
Binary 11001101 1101 110111 0 1011110 1001001 10100 101011011 1011000 101011

Color Harmonies of #CD0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0D37

Black with #CD0D37

Text Example


Text Example

White with #CD0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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