Html Css Color HEX #CD053F Crimson

📋 copy color: '#CD053F'

red 205 ◦ green 5 ◦ blue 63

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

Shades of Crimson #CD053F

Tints of Crimson #CD053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 63 (25% from 255) = 23.08%

R = 75.09%
G = 1.83%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD053F (or 0xCD053F) is known color: Crimson. HEX triplet: CD, 05 and 3F. RGB value is (205,5,63). Sum of RGB (Red+Green+Blue) = 205+5+63=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD053F is #32FAC0. Grayscale: #474747. Windows color (decimal): -3340993 or 4130253. OLE color: 4130253.

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

Color convert

RGB 205 5 63 -
CMYK 0 0.98 0.69 0.20
HSL 342.6º 0.95% 0.41% -
HSV(B) 342.6º 0.98% 0.8% -
XYZ 26.13 13.45 5.92 -
YUV 71.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 205 5 63 0 0.98 0.69 0.20 342.6 0.95 0.41
Hex CD 5 3F 0 62 45 14 157 5F 29
Octal 315 5 77 0 142 105 24 527 137 51
Binary 11001101 101 111111 0 1100010 1000101 10100 101010111 1011111 101001

Color Harmonies of #CD053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD053F

Black with #CD053F

Text Example


Text Example

White with #CD053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD053F; }

 p { color: rgb(205,5,63); }

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

background-color css

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

 a { background-color: rgb(205,5,63); }

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

border-color css

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

 span { border-color: rgb(205,5,63); }

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