Html Css Color HEX #D61530 Crimson

📋 copy color: '#D61530'

red 214 ◦ green 21 ◦ blue 48

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

Shades of Crimson #D61530

Tints of Crimson #D61530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

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

R = 75.62%
G = 7.42%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61530 (or 0xD61530) is known color: Crimson. HEX triplet: D6, 15 and 30. RGB value is (214,21,48). Sum of RGB (Red+Green+Blue) = 214+21+48=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D61530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61530 is #29EACF. Grayscale: #515151. Windows color (decimal): -2747088 or 3151318. OLE color: 3151318.

HSL color Cylindrical-coordinate representation of color #D61530: hue angle of 351.61º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61530 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 48 -
CMYK 0 0.90 0.78 0.16
HSL 351.61º 0.82% 0.46% -
HSV(B) 351.61º 0.9% 0.84% -
XYZ 28.53 15.05 4.2 -
YUV 81.79 108.94 222.3 -
System Red Green Blue C M Y K H S L
Decimal 214 21 48 0 0.90 0.78 0.16 351.61 0.82 0.46
Hex D6 15 30 0 5A 4E 10 160 52 2E
Octal 326 25 60 0 132 116 20 540 122 56
Binary 11010110 10101 110000 0 1011010 1001110 10000 101100000 1010010 101110

Color Harmonies of #D61530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61530

Black with #D61530

Text Example


Text Example

White with #D61530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61530; }

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

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

background-color css

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

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

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

border-color css

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

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

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