Html Css Color HEX #D5083A Crimson

📋 copy color: '#D5083A'

red 213 ◦ green 8 ◦ blue 58

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

Shades of Crimson #D5083A

Tints of Crimson #D5083A

RGB

 RED value IS 213 (83.59% from 255) = 76.34%

 GREEN value IS 8 (3.52% from 255) = 2.87%

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

R = 76.34%
G = 2.87%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5083A (or 0xD5083A) is known color: Crimson. HEX triplet: D5, 08 and 3A. RGB value is (213,8,58). Sum of RGB (Red+Green+Blue) = 213+8+58=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5083A is #2AF7C5. Grayscale: #4B4B4B. Windows color (decimal): -2815942 or 3803349. OLE color: 3803349.

HSL color Cylindrical-coordinate representation of color #D5083A: hue angle of 345.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5083A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 58 -
CMYK 0 0.96 0.73 0.16
HSL 345.37º 0.93% 0.43% -
HSV(B) 345.37º 0.96% 0.84% -
XYZ 28.29 14.63 5.33 -
YUV 75 118.42 226.43 -
System Red Green Blue C M Y K H S L
Decimal 213 8 58 0 0.96 0.73 0.16 345.37 0.93 0.43
Hex D5 8 3A 0 60 49 10 159 5D 2B
Octal 325 10 72 0 140 111 20 531 135 53
Binary 11010101 1000 111010 0 1100000 1001001 10000 101011001 1011101 101011

Color Harmonies of #D5083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5083A

Black with #D5083A

Text Example


Text Example

White with #D5083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5083A; }

 p { color: rgb(213,8,58); }

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

background-color css

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

 a { background-color: rgb(213,8,58); }

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

border-color css

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

 span { border-color: rgb(213,8,58); }

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