Html Css Color HEX #D3033B Crimson

📋 copy color: '#D3033B'

red 211 ◦ green 3 ◦ blue 59

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

Shades of Crimson #D3033B

Tints of Crimson #D3033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 77.29%
G = 1.1%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3033B (or 0xD3033B) is known color: Crimson. HEX triplet: D3, 03 and 3B. RGB value is (211,3,59). Sum of RGB (Red+Green+Blue) = 211+3+59=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D3033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3033B is #2CFCC4. Grayscale: #474747. Windows color (decimal): -2948293 or 3867603. OLE color: 3867603.

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

Color convert

RGB 211 3 59 -
CMYK 0 0.99 0.72 0.17
HSL 343.85º 0.97% 0.42% -
HSV(B) 343.85º 0.99% 0.83% -
XYZ 27.69 14.23 5.43 -
YUV 71.58 120.91 227.45 -
System Red Green Blue C M Y K H S L
Decimal 211 3 59 0 0.99 0.72 0.17 343.85 0.97 0.42
Hex D3 3 3B 0 63 48 11 158 61 2A
Octal 323 3 73 0 143 110 21 530 141 52
Binary 11010011 11 111011 0 1100011 1001000 10001 101011000 1100001 101010

Color Harmonies of #D3033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3033B

Black with #D3033B

Text Example


Text Example

White with #D3033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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