Html Css Color HEX #D2083C Crimson

📋 copy color: '#D2083C'

red 210 ◦ green 8 ◦ blue 60

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

Shades of Crimson #D2083C

Tints of Crimson #D2083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 75.54%
G = 2.88%
B = 21.58%

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

#D2083C (or 0xD2083C) is known color: Crimson. HEX triplet: D2, 08 and 3C. RGB value is (210,8,60). Sum of RGB (Red+Green+Blue) = 210+8+60=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2083C is #2DF7C3. Grayscale: #4A4A4A. Windows color (decimal): -3012548 or 3934418. OLE color: 3934418.

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

Color convert

RGB 210 8 60 -
CMYK 0 0.96 0.71 0.18
HSL 344.55º 0.93% 0.43% -
HSV(B) 344.55º 0.96% 0.82% -
XYZ 27.48 14.2 5.57 -
YUV 74.33 119.92 224.77 -
System Red Green Blue C M Y K H S L
Decimal 210 8 60 0 0.96 0.71 0.18 344.55 0.93 0.43
Hex D2 8 3C 0 60 47 12 159 5D 2B
Octal 322 10 74 0 140 107 22 531 135 53
Binary 11010010 1000 111100 0 1100000 1000111 10010 101011001 1011101 101011

Color Harmonies of #D2083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2083C

Black with #D2083C

Text Example


Text Example

White with #D2083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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