Html Css Color HEX #D3032F Crimson

📋 copy color: '#D3032F'

red 211 ◦ green 3 ◦ blue 47

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

Shades of Crimson #D3032F

Tints of Crimson #D3032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 80.84%
G = 1.15%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3032F (or 0xD3032F) is known color: Crimson. HEX triplet: D3, 03 and 2F. RGB value is (211,3,47). Sum of RGB (Red+Green+Blue) = 211+3+47=261 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.84% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 211 - color contains mainly: red. Hex color #D3032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3032F is #2CFCD0. Grayscale: #464646. Windows color (decimal): -2948305 or 3081171. OLE color: 3081171.

HSL color Cylindrical-coordinate representation of color #D3032F: hue angle of 347.31º degrees, saturation: 0.97, 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 #D3032F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 47 -
CMYK 0 0.99 0.78 0.17
HSL 347.31º 0.97% 0.42% -
HSV(B) 347.31º 0.99% 0.83% -
XYZ 27.41 14.12 3.97 -
YUV 70.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 211 3 47 0 0.99 0.78 0.17 347.31 0.97 0.42
Hex D3 3 2F 0 63 4E 11 15B 61 2A
Octal 323 3 57 0 143 116 21 533 141 52
Binary 11010011 11 101111 0 1100011 1001110 10001 101011011 1100001 101010

Color Harmonies of #D3032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3032F

Black with #D3032F

Text Example


Text Example

White with #D3032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3032F; }

 p { color: rgb(211,3,47); }

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

background-color css

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

 a { background-color: rgb(211,3,47); }

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

border-color css

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

 span { border-color: rgb(211,3,47); }

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