Html Css Color HEX #CD064A Crimson

📋 copy color: '#CD064A'

red 205 ◦ green 6 ◦ blue 74

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

Shades of Crimson #CD064A

Tints of Crimson #CD064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 71.93%
G = 2.11%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD064A (or 0xCD064A) is known color: Crimson. HEX triplet: CD, 06 and 4A. RGB value is (205,6,74). Sum of RGB (Red+Green+Blue) = 205+6+74=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD064A is #32F9B5. Grayscale: #494949. Windows color (decimal): -3340726 or 4851405. OLE color: 4851405.

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

Color convert

RGB 205 6 74 -
CMYK 0 0.97 0.64 0.20
HSL 339.5º 0.94% 0.41% -
HSV(B) 339.5º 0.97% 0.8% -
XYZ 26.48 13.6 7.71 -
YUV 73.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 205 6 74 0 0.97 0.64 0.20 339.5 0.94 0.41
Hex CD 6 4A 0 61 40 14 153 5E 29
Octal 315 6 112 0 141 100 24 523 136 51
Binary 11001101 110 1001010 0 1100001 1000000 10100 101010011 1011110 101001

Color Harmonies of #CD064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD064A

Black with #CD064A

Text Example


Text Example

White with #CD064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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