Html Css Color HEX #D31430 Crimson

📋 copy color: '#D31430'

red 211 ◦ green 20 ◦ blue 48

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

Shades of Crimson #D31430

Tints of Crimson #D31430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 75.63%
G = 7.17%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D31430 (or 0xD31430) is known color: Crimson. HEX triplet: D3, 14 and 30. RGB value is (211,20,48). Sum of RGB (Red+Green+Blue) = 211+20+48=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D31430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31430 is #2CEBCF. Grayscale: #505050. Windows color (decimal): -2943952 or 3151059. OLE color: 3151059.

HSL color Cylindrical-coordinate representation of color #D31430: hue angle of 351.2º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31430 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 48 -
CMYK 0 0.91 0.77 0.17
HSL 351.2º 0.83% 0.45% -
HSV(B) 351.2º 0.91% 0.83% -
XYZ 27.65 14.56 4.15 -
YUV 80.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 211 20 48 0 0.91 0.77 0.17 351.2 0.83 0.45
Hex D3 14 30 0 5B 4D 11 15F 53 2D
Octal 323 24 60 0 133 115 21 537 123 55
Binary 11010011 10100 110000 0 1011011 1001101 10001 101011111 1010011 101101

Color Harmonies of #D31430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31430

Black with #D31430

Text Example


Text Example

White with #D31430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31430; }

 p { color: rgb(211,20,48); }

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

background-color css

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

 a { background-color: rgb(211,20,48); }

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

border-color css

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

 span { border-color: rgb(211,20,48); }

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