Html Css Color HEX #D5083D Crimson

📋 copy color: '#D5083D'

red 213 ◦ green 8 ◦ blue 61

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

Shades of Crimson #D5083D

Tints of Crimson #D5083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 75.53%
G = 2.84%
B = 21.63%

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

#D5083D (or 0xD5083D) is known color: Crimson. HEX triplet: D5, 08 and 3D. RGB value is (213,8,61). Sum of RGB (Red+Green+Blue) = 213+8+61=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5083D is #2AF7C2. Grayscale: #4B4B4B. Windows color (decimal): -2815939 or 3999957. OLE color: 3999957.

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

Color convert

RGB 213 8 61 -
CMYK 0 0.96 0.71 0.16
HSL 344.49º 0.93% 0.43% -
HSV(B) 344.49º 0.96% 0.84% -
XYZ 28.37 14.66 5.75 -
YUV 75.34 119.92 226.19 -
System Red Green Blue C M Y K H S L
Decimal 213 8 61 0 0.96 0.71 0.16 344.49 0.93 0.43
Hex D5 8 3D 0 60 47 10 158 5D 2B
Octal 325 10 75 0 140 107 20 530 135 53
Binary 11010101 1000 111101 0 1100000 1000111 10000 101011000 1011101 101011

Color Harmonies of #D5083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5083D

Black with #D5083D

Text Example


Text Example

White with #D5083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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