Html Css Color HEX #D5083E Crimson

📋 copy color: '#D5083E'

red 213 ◦ green 8 ◦ blue 62

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

Shades of Crimson #D5083E

Tints of Crimson #D5083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 75.27%
G = 2.83%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5083E (or 0xD5083E) is known color: Crimson. HEX triplet: D5, 08 and 3E. RGB value is (213,8,62). Sum of RGB (Red+Green+Blue) = 213+8+62=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5083E is #2AF7C1. Grayscale: #4B4B4B. Windows color (decimal): -2815938 or 4065493. OLE color: 4065493.

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

Color convert

RGB 213 8 62 -
CMYK 0 0.96 0.71 0.16
HSL 344.2º 0.93% 0.43% -
HSV(B) 344.2º 0.96% 0.84% -
XYZ 28.4 14.67 5.89 -
YUV 75.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 213 8 62 0 0.96 0.71 0.16 344.2 0.93 0.43
Hex D5 8 3E 0 60 47 10 158 5D 2B
Octal 325 10 76 0 140 107 20 530 135 53
Binary 11010101 1000 111110 0 1100000 1000111 10000 101011000 1011101 101011

Color Harmonies of #D5083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5083E

Black with #D5083E

Text Example


Text Example

White with #D5083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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