Html Css Color HEX #D2083D Crimson

📋 copy color: '#D2083D'

red 210 ◦ green 8 ◦ blue 61

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

Shades of Crimson #D2083D

Tints of Crimson #D2083D

RGB

 RED value IS 210 (82.42% from 255) = 75.27%

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

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

R = 75.27%
G = 2.87%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2083D (or 0xD2083D) is known color: Crimson. HEX triplet: D2, 08 and 3D. RGB value is (210,8,61). Sum of RGB (Red+Green+Blue) = 210+8+61=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D2083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2083D is #2DF7C2. Grayscale: #4A4A4A. Windows color (decimal): -3012547 or 3999954. OLE color: 3999954.

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

Color convert

RGB 210 8 61 -
CMYK 0 0.96 0.71 0.18
HSL 344.26º 0.93% 0.43% -
HSV(B) 344.26º 0.96% 0.82% -
XYZ 27.51 14.21 5.71 -
YUV 74.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 210 8 61 0 0.96 0.71 0.18 344.26 0.93 0.43
Hex D2 8 3D 0 60 47 12 158 5D 2B
Octal 322 10 75 0 140 107 22 530 135 53
Binary 11010010 1000 111101 0 1100000 1000111 10010 101011000 1011101 101011

Color Harmonies of #D2083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2083D

Black with #D2083D

Text Example


Text Example

White with #D2083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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