Html Css Color HEX #D3023D Crimson

📋 copy color: '#D3023D'

red 211 ◦ green 2 ◦ blue 61

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

Shades of Crimson #D3023D

Tints of Crimson #D3023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 77.01%
G = 0.73%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3023D (or 0xD3023D) is known color: Crimson. HEX triplet: D3, 02 and 3D. RGB value is (211,2,61). Sum of RGB (Red+Green+Blue) = 211+2+61=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D3023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3023D is #2CFDC2. Grayscale: #474747. Windows color (decimal): -2948547 or 3998419. OLE color: 3998419.

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

Color convert

RGB 211 2 61 -
CMYK 0 0.99 0.71 0.17
HSL 343.06º 0.98% 0.42% -
HSV(B) 343.06º 0.99% 0.83% -
XYZ 27.73 14.23 5.7 -
YUV 71.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 211 2 61 0 0.99 0.71 0.17 343.06 0.98 0.42
Hex D3 2 3D 0 63 47 11 157 62 2A
Octal 323 2 75 0 143 107 21 527 142 52
Binary 11010011 10 111101 0 1100011 1000111 10001 101010111 1100010 101010

Color Harmonies of #D3023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3023D

Black with #D3023D

Text Example


Text Example

White with #D3023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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