Html Css Color HEX #CD1242 Crimson

📋 copy color: '#CD1242'

red 205 ◦ green 18 ◦ blue 66

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

Shades of Crimson #CD1242

Tints of Crimson #CD1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 70.93%
G = 6.23%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD1242 (or 0xCD1242) is known color: Crimson. HEX triplet: CD, 12 and 42. RGB value is (205,18,66). Sum of RGB (Red+Green+Blue) = 205+18+66=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1242 is #32EDBD. Grayscale: #4F4F4F. Windows color (decimal): -3337662 or 4330189. OLE color: 4330189.

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

Color convert

RGB 205 18 66 -
CMYK 0 0.91 0.68 0.20
HSL 344.6º 0.84% 0.44% -
HSV(B) 344.6º 0.91% 0.8% -
XYZ 26.38 13.81 6.43 -
YUV 79.39 120.45 217.6 -
System Red Green Blue C M Y K H S L
Decimal 205 18 66 0 0.91 0.68 0.20 344.6 0.84 0.44
Hex CD 12 42 0 5B 44 14 159 54 2C
Octal 315 22 102 0 133 104 24 531 124 54
Binary 11001101 10010 1000010 0 1011011 1000100 10100 101011001 1010100 101100

Color Harmonies of #CD1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1242

Black with #CD1242

Text Example


Text Example

White with #CD1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1242; }

 p { color: rgb(205,18,66); }

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

background-color css

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

 a { background-color: rgb(205,18,66); }

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

border-color css

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

 span { border-color: rgb(205,18,66); }

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