Html Css Color HEX #CD0441 Crimson

📋 copy color: '#CD0441'

red 205 ◦ green 4 ◦ blue 65

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

Shades of Crimson #CD0441

Tints of Crimson #CD0441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 74.82%
G = 1.46%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD0441 (or 0xCD0441) is known color: Crimson. HEX triplet: CD, 04 and 41. RGB value is (205,4,65). Sum of RGB (Red+Green+Blue) = 205+4+65=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0441 is #32FBBE. Grayscale: #474747. Windows color (decimal): -3341247 or 4261069. OLE color: 4261069.

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

Color convert

RGB 205 4 65 -
CMYK 0 0.98 0.68 0.20
HSL 341.79º 0.96% 0.41% -
HSV(B) 341.79º 0.98% 0.8% -
XYZ 26.17 13.45 6.22 -
YUV 71.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 205 4 65 0 0.98 0.68 0.20 341.79 0.96 0.41
Hex CD 4 41 0 62 44 14 156 60 29
Octal 315 4 101 0 142 104 24 526 140 51
Binary 11001101 100 1000001 0 1100010 1000100 10100 101010110 1100000 101001

Color Harmonies of #CD0441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0441

Black with #CD0441

Text Example


Text Example

White with #CD0441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0441; }

 p { color: rgb(205,4,65); }

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

background-color css

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

 a { background-color: rgb(205,4,65); }

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

border-color css

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

 span { border-color: rgb(205,4,65); }

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