Html Css Color HEX #D01431 Crimson

📋 copy color: '#D01431'

red 208 ◦ green 20 ◦ blue 49

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

Shades of Crimson #D01431

Tints of Crimson #D01431

RGB

 RED value IS 208 (81.64% from 255) = 75.09%

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

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 75.09%
G = 7.22%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D01431 (or 0xD01431) is known color: Crimson. HEX triplet: D0, 14 and 31. RGB value is (208,20,49). Sum of RGB (Red+Green+Blue) = 208+20+49=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D01431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01431 is #2FEBCE. Grayscale: #4F4F4F. Windows color (decimal): -3140559 or 3216592. OLE color: 3216592.

HSL color Cylindrical-coordinate representation of color #D01431: hue angle of 350.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01431 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 49 -
CMYK 0 0.90 0.76 0.18
HSL 350.74º 0.82% 0.45% -
HSV(B) 350.74º 0.9% 0.82% -
XYZ 26.82 14.13 4.22 -
YUV 79.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 208 20 49 0 0.90 0.76 0.18 350.74 0.82 0.45
Hex D0 14 31 0 5A 4C 12 15F 52 2D
Octal 320 24 61 0 132 114 22 537 122 55
Binary 11010000 10100 110001 0 1011010 1001100 10010 101011111 1010010 101101

Color Harmonies of #D01431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01431

Black with #D01431

Text Example


Text Example

White with #D01431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01431; }

 p { color: rgb(208,20,49); }

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

background-color css

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

 a { background-color: rgb(208,20,49); }

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

border-color css

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

 span { border-color: rgb(208,20,49); }

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