Html Css Color HEX #D61838 Crimson

📋 copy color: '#D61838'

red 214 ◦ green 24 ◦ blue 56

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

Shades of Crimson #D61838

Tints of Crimson #D61838

RGB

 RED value IS 214 (83.98% from 255) = 72.79%

 GREEN value IS 24 (9.77% from 255) = 8.16%

 BLUE value IS 56 (22.27% from 255) = 19.05%

R = 72.79%
G = 8.16%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61838 (or 0xD61838) is known color: Crimson. HEX triplet: D6, 18 and 38. RGB value is (214,24,56). Sum of RGB (Red+Green+Blue) = 214+24+56=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D61838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61838 is #29E7C7. Grayscale: #545454. Windows color (decimal): -2746312 or 3676374. OLE color: 3676374.

HSL color Cylindrical-coordinate representation of color #D61838: hue angle of 349.89º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61838 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 56 -
CMYK 0 0.89 0.74 0.16
HSL 349.89º 0.8% 0.47% -
HSV(B) 349.89º 0.89% 0.84% -
XYZ 28.77 15.23 5.17 -
YUV 84.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 214 24 56 0 0.89 0.74 0.16 349.89 0.8 0.47
Hex D6 18 38 0 59 4A 10 15E 50 2F
Octal 326 30 70 0 131 112 20 536 120 57
Binary 11010110 11000 111000 0 1011001 1001010 10000 101011110 1010000 101111

Color Harmonies of #D61838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61838

Black with #D61838

Text Example


Text Example

White with #D61838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61838; }

 p { color: rgb(214,24,56); }

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

background-color css

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

 a { background-color: rgb(214,24,56); }

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

border-color css

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

 span { border-color: rgb(214,24,56); }

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