Html Css Color HEX #CD094A Crimson

📋 copy color: '#CD094A'

red 205 ◦ green 9 ◦ blue 74

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

Shades of Crimson #CD094A

Tints of Crimson #CD094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 71.18%
G = 3.13%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD094A (or 0xCD094A) is known color: Crimson. HEX triplet: CD, 09 and 4A. RGB value is (205,9,74). Sum of RGB (Red+Green+Blue) = 205+9+74=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD094A is #32F6B5. Grayscale: #4A4A4A. Windows color (decimal): -3339958 or 4852173. OLE color: 4852173.

HSL color Cylindrical-coordinate representation of color #CD094A: hue angle of 340.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD094A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 74 -
CMYK 0 0.96 0.64 0.20
HSL 340.1º 0.92% 0.42% -
HSV(B) 340.1º 0.96% 0.8% -
XYZ 26.51 13.67 7.72 -
YUV 75.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 205 9 74 0 0.96 0.64 0.20 340.1 0.92 0.42
Hex CD 9 4A 0 60 40 14 154 5C 2A
Octal 315 11 112 0 140 100 24 524 134 52
Binary 11001101 1001 1001010 0 1100000 1000000 10100 101010100 1011100 101010

Color Harmonies of #CD094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD094A

Black with #CD094A

Text Example


Text Example

White with #CD094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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