Html Css Color HEX #D3042F Crimson

📋 copy color: '#D3042F'

red 211 ◦ green 4 ◦ blue 47

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

Shades of Crimson #D3042F

Tints of Crimson #D3042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 80.53%
G = 1.53%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3042F (or 0xD3042F) is known color: Crimson. HEX triplet: D3, 04 and 2F. RGB value is (211,4,47). Sum of RGB (Red+Green+Blue) = 211+4+47=262 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.53% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 211 - color contains mainly: red. Hex color #D3042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3042F is #2CFBD0. Grayscale: #464646. Windows color (decimal): -2948049 or 3081427. OLE color: 3081427.

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

Color convert

RGB 211 4 47 -
CMYK 0 0.98 0.78 0.17
HSL 347.54º 0.96% 0.42% -
HSV(B) 347.54º 0.98% 0.83% -
XYZ 27.42 14.14 3.97 -
YUV 70.8 114.58 228 -
System Red Green Blue C M Y K H S L
Decimal 211 4 47 0 0.98 0.78 0.17 347.54 0.96 0.42
Hex D3 4 2F 0 62 4E 11 15C 60 2A
Octal 323 4 57 0 142 116 21 534 140 52
Binary 11010011 100 101111 0 1100010 1001110 10001 101011100 1100000 101010

Color Harmonies of #D3042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3042F

Black with #D3042F

Text Example


Text Example

White with #D3042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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