Html Css Color HEX #CD063C Crimson

📋 copy color: '#CD063C'

red 205 ◦ green 6 ◦ blue 60

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

Shades of Crimson #CD063C

Tints of Crimson #CD063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 75.65%
G = 2.21%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD063C (or 0xCD063C) is known color: Crimson. HEX triplet: CD, 06 and 3C. RGB value is (205,6,60). Sum of RGB (Red+Green+Blue) = 205+6+60=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD063C is #32F9C3. Grayscale: #474747. Windows color (decimal): -3340740 or 3933901. OLE color: 3933901.

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

Color convert

RGB 205 6 60 -
CMYK 0 0.97 0.71 0.20
HSL 343.72º 0.94% 0.41% -
HSV(B) 343.72º 0.97% 0.8% -
XYZ 26.06 13.44 5.49 -
YUV 71.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 205 6 60 0 0.97 0.71 0.20 343.72 0.94 0.41
Hex CD 6 3C 0 61 47 14 158 5E 29
Octal 315 6 74 0 141 107 24 530 136 51
Binary 11001101 110 111100 0 1100001 1000111 10100 101011000 1011110 101001

Color Harmonies of #CD063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD063C

Black with #CD063C

Text Example


Text Example

White with #CD063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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