Html Css Color HEX #CD1442 Crimson

📋 copy color: '#CD1442'

red 205 ◦ green 20 ◦ blue 66

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

Shades of Crimson #CD1442

Tints of Crimson #CD1442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 70.45%
G = 6.87%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD1442 (or 0xCD1442) is known color: Crimson. HEX triplet: CD, 14 and 42. RGB value is (205,20,66). Sum of RGB (Red+Green+Blue) = 205+20+66=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1442 is #32EBBD. Grayscale: #505050. Windows color (decimal): -3337150 or 4330701. OLE color: 4330701.

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

Color convert

RGB 205 20 66 -
CMYK 0 0.90 0.68 0.20
HSL 345.08º 0.82% 0.44% -
HSV(B) 345.08º 0.9% 0.8% -
XYZ 26.41 13.87 6.44 -
YUV 80.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 205 20 66 0 0.90 0.68 0.20 345.08 0.82 0.44
Hex CD 14 42 0 5A 44 14 159 52 2C
Octal 315 24 102 0 132 104 24 531 122 54
Binary 11001101 10100 1000010 0 1011010 1000100 10100 101011001 1010010 101100

Color Harmonies of #CD1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1442

Black with #CD1442

Text Example


Text Example

White with #CD1442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1442; }

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

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

background-color css

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

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

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

border-color css

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

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

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