Html Css Color HEX #CD093A Crimson

📋 copy color: '#CD093A'

red 205 ◦ green 9 ◦ blue 58

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

Shades of Crimson #CD093A

Tints of Crimson #CD093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 75.37%
G = 3.31%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD093A (or 0xCD093A) is known color: Crimson. HEX triplet: CD, 09 and 3A. RGB value is (205,9,58). Sum of RGB (Red+Green+Blue) = 205+9+58=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD093A is #32F6C5. Grayscale: #494949. Windows color (decimal): -3339974 or 3803597. OLE color: 3803597.

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

Color convert

RGB 205 9 58 -
CMYK 0 0.96 0.72 0.20
HSL 345º 0.92% 0.42% -
HSV(B) 345º 0.96% 0.8% -
XYZ 26.04 13.48 5.23 -
YUV 73.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 205 9 58 0 0.96 0.72 0.20 345 0.92 0.42
Hex CD 9 3A 0 60 48 14 159 5C 2A
Octal 315 11 72 0 140 110 24 531 134 52
Binary 11001101 1001 111010 0 1100000 1001000 10100 101011001 1011100 101010

Color Harmonies of #CD093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD093A

Black with #CD093A

Text Example


Text Example

White with #CD093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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