Html Css Color HEX #CD0442 Crimson

📋 copy color: '#CD0442'

red 205 ◦ green 4 ◦ blue 66

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

Shades of Crimson #CD0442

Tints of Crimson #CD0442

RGB

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

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

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

R = 74.55%
G = 1.45%
B = 24%

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

#CD0442 (or 0xCD0442) is known color: Crimson. HEX triplet: CD, 04 and 42. RGB value is (205,4,66). Sum of RGB (Red+Green+Blue) = 205+4+66=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0442 is #32FBBD. Grayscale: #474747. Windows color (decimal): -3341246 or 4326605. OLE color: 4326605.

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

Color convert

RGB 205 4 66 -
CMYK 0 0.98 0.68 0.20
HSL 341.49º 0.96% 0.41% -
HSV(B) 341.49º 0.98% 0.8% -
XYZ 26.2 13.46 6.37 -
YUV 71.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 205 4 66 0 0.98 0.68 0.20 341.49 0.96 0.41
Hex CD 4 42 0 62 44 14 155 60 29
Octal 315 4 102 0 142 104 24 525 140 51
Binary 11001101 100 1000010 0 1100010 1000100 10100 101010101 1100000 101001

Color Harmonies of #CD0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0442

Black with #CD0442

Text Example


Text Example

White with #CD0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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