Html Css Color HEX #CD0639 Crimson

📋 copy color: '#CD0639'

red 205 ◦ green 6 ◦ blue 57

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

Shades of Crimson #CD0639

Tints of Crimson #CD0639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.24%

 BLUE value IS 57 (22.66% from 255) = 21.27%

R = 76.49%
G = 2.24%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD0639 (or 0xCD0639) is known color: Crimson. HEX triplet: CD, 06 and 39. RGB value is (205,6,57). Sum of RGB (Red+Green+Blue) = 205+6+57=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0639 is #32F9C6. Grayscale: #474747. Windows color (decimal): -3340743 or 3737293. OLE color: 3737293.

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

Color convert

RGB 205 6 57 -
CMYK 0 0.97 0.72 0.20
HSL 344.62º 0.94% 0.41% -
HSV(B) 344.62º 0.97% 0.8% -
XYZ 25.98 13.4 5.09 -
YUV 71.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 205 6 57 0 0.97 0.72 0.20 344.62 0.94 0.41
Hex CD 6 39 0 61 48 14 159 5E 29
Octal 315 6 71 0 141 110 24 531 136 51
Binary 11001101 110 111001 0 1100001 1001000 10100 101011001 1011110 101001

Color Harmonies of #CD0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0639

Black with #CD0639

Text Example


Text Example

White with #CD0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0639; }

 p { color: rgb(205,6,57); }

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

background-color css

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

 a { background-color: rgb(205,6,57); }

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

border-color css

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

 span { border-color: rgb(205,6,57); }

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