Html Css Color HEX #D3033E Crimson

📋 copy color: '#D3033E'

red 211 ◦ green 3 ◦ blue 62

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

Shades of Crimson #D3033E

Tints of Crimson #D3033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 76.45%
G = 1.09%
B = 22.46%

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

#D3033E (or 0xD3033E) is known color: Crimson. HEX triplet: D3, 03 and 3E. RGB value is (211,3,62). Sum of RGB (Red+Green+Blue) = 211+3+62=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D3033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3033E is #2CFCC1. Grayscale: #474747. Windows color (decimal): -2948290 or 4064211. OLE color: 4064211.

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

Color convert

RGB 211 3 62 -
CMYK 0 0.99 0.71 0.17
HSL 342.98º 0.97% 0.42% -
HSV(B) 342.98º 0.99% 0.83% -
XYZ 27.77 14.26 5.85 -
YUV 71.92 122.41 227.2 -
System Red Green Blue C M Y K H S L
Decimal 211 3 62 0 0.99 0.71 0.17 342.98 0.97 0.42
Hex D3 3 3E 0 63 47 11 157 61 2A
Octal 323 3 76 0 143 107 21 527 141 52
Binary 11010011 11 111110 0 1100011 1000111 10001 101010111 1100001 101010

Color Harmonies of #D3033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3033E

Black with #D3033E

Text Example


Text Example

White with #D3033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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