Html Css Color HEX #D61830 Crimson

📋 copy color: '#D61830'

red 214 ◦ green 24 ◦ blue 48

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

Shades of Crimson #D61830

Tints of Crimson #D61830

RGB

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

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

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

R = 74.83%
G = 8.39%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61830 (or 0xD61830) is known color: Crimson. HEX triplet: D6, 18 and 30. RGB value is (214,24,48). Sum of RGB (Red+Green+Blue) = 214+24+48=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D61830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61830 is #29E7CF. Grayscale: #535353. Windows color (decimal): -2746320 or 3152086. OLE color: 3152086.

HSL color Cylindrical-coordinate representation of color #D61830: hue angle of 352.42º 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 #D61830 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 48 -
CMYK 0 0.89 0.78 0.16
HSL 352.42º 0.8% 0.47% -
HSV(B) 352.42º 0.89% 0.84% -
XYZ 28.59 15.16 4.22 -
YUV 83.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 214 24 48 0 0.89 0.78 0.16 352.42 0.8 0.47
Hex D6 18 30 0 59 4E 10 160 50 2F
Octal 326 30 60 0 131 116 20 540 120 57
Binary 11010110 11000 110000 0 1011001 1001110 10000 101100000 1010000 101111

Color Harmonies of #D61830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61830

Black with #D61830

Text Example


Text Example

White with #D61830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61830; }

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

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

background-color css

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

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

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

border-color css

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

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

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