Html Css Color HEX #D3083D Crimson

📋 copy color: '#D3083D'

red 211 ◦ green 8 ◦ blue 61

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

Shades of Crimson #D3083D

Tints of Crimson #D3083D

RGB

 RED value IS 211 (82.81% from 255) = 75.36%

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

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

R = 75.36%
G = 2.86%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3083D (or 0xD3083D) is known color: Crimson. HEX triplet: D3, 08 and 3D. RGB value is (211,8,61). Sum of RGB (Red+Green+Blue) = 211+8+61=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D3083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3083D is #2CF7C2. Grayscale: #4A4A4A. Windows color (decimal): -2947011 or 3999955. OLE color: 3999955.

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

Color convert

RGB 211 8 61 -
CMYK 0 0.96 0.71 0.17
HSL 344.34º 0.93% 0.43% -
HSV(B) 344.34º 0.96% 0.83% -
XYZ 27.79 14.36 5.72 -
YUV 74.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 211 8 61 0 0.96 0.71 0.17 344.34 0.93 0.43
Hex D3 8 3D 0 60 47 11 158 5D 2B
Octal 323 10 75 0 140 107 21 530 135 53
Binary 11010011 1000 111101 0 1100000 1000111 10001 101011000 1011101 101011

Color Harmonies of #D3083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3083D

Black with #D3083D

Text Example


Text Example

White with #D3083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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