Html Css Color HEX #D31F42 Crimson

📋 copy color: '#D31F42'

red 211 ◦ green 31 ◦ blue 66

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

Shades of Crimson #D31F42

Tints of Crimson #D31F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.06%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 68.51%
G = 10.06%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D31F42 (or 0xD31F42) is known color: Crimson. HEX triplet: D3, 1F and 42. RGB value is (211,31,66). Sum of RGB (Red+Green+Blue) = 211+31+66=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31F42 is #2CE0BD. Grayscale: #585858. Windows color (decimal): -2941118 or 4333523. OLE color: 4333523.

HSL color Cylindrical-coordinate representation of color #D31F42: hue angle of 348.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31F42 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 31 66 -
CMYK 0 0.85 0.69 0.17
HSL 348.33º 0.74% 0.47% -
HSV(B) 348.33º 0.85% 0.83% -
XYZ 28.34 15.22 6.6 -
YUV 88.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 211 31 66 0 0.85 0.69 0.17 348.33 0.74 0.47
Hex D3 1F 42 0 55 45 11 15C 4A 2F
Octal 323 37 102 0 125 105 21 534 112 57
Binary 11010011 11111 1000010 0 1010101 1000101 10001 101011100 1001010 101111

Color Harmonies of #D31F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31F42

Black with #D31F42

Text Example


Text Example

White with #D31F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31F42; }

 p { color: rgb(211,31,66); }

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

background-color css

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

 a { background-color: rgb(211,31,66); }

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

border-color css

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

 span { border-color: rgb(211,31,66); }

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