Html Css Color HEX #CD1145 Crimson

📋 copy color: '#CD1145'

red 205 ◦ green 17 ◦ blue 69

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

Shades of Crimson #CD1145

Tints of Crimson #CD1145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 70.45%
G = 5.84%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD1145 (or 0xCD1145) is known color: Crimson. HEX triplet: CD, 11 and 45. RGB value is (205,17,69). Sum of RGB (Red+Green+Blue) = 205+17+69=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1145 is #32EEBA. Grayscale: #4F4F4F. Windows color (decimal): -3337915 or 4526541. OLE color: 4526541.

HSL color Cylindrical-coordinate representation of color #CD1145: hue angle of 343.4º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1145 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 69 -
CMYK 0 0.92 0.66 0.20
HSL 343.4º 0.85% 0.44% -
HSV(B) 343.4º 0.92% 0.8% -
XYZ 26.45 13.81 6.9 -
YUV 79.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 205 17 69 0 0.92 0.66 0.20 343.4 0.85 0.44
Hex CD 11 45 0 5C 42 14 157 55 2C
Octal 315 21 105 0 134 102 24 527 125 54
Binary 11001101 10001 1000101 0 1011100 1000010 10100 101010111 1010101 101100

Color Harmonies of #CD1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1145

Black with #CD1145

Text Example


Text Example

White with #CD1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1145; }

 p { color: rgb(205,17,69); }

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

background-color css

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

 a { background-color: rgb(205,17,69); }

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

border-color css

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

 span { border-color: rgb(205,17,69); }

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