Html Css Color HEX #D61230 Crimson

📋 copy color: '#D61230'

red 214 ◦ green 18 ◦ blue 48

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

Shades of Crimson #D61230

Tints of Crimson #D61230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 76.43%
G = 6.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61230 (or 0xD61230) is known color: Crimson. HEX triplet: D6, 12 and 30. RGB value is (214,18,48). Sum of RGB (Red+Green+Blue) = 214+18+48=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D61230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61230 is #29EDCF. Grayscale: #505050. Windows color (decimal): -2747856 or 3150550. OLE color: 3150550.

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

Color convert

RGB 214 18 48 -
CMYK 0 0.92 0.78 0.16
HSL 350.82º 0.84% 0.45% -
HSV(B) 350.82º 0.92% 0.84% -
XYZ 28.48 14.94 4.18 -
YUV 80.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 214 18 48 0 0.92 0.78 0.16 350.82 0.84 0.45
Hex D6 12 30 0 5C 4E 10 15F 54 2D
Octal 326 22 60 0 134 116 20 537 124 55
Binary 11010110 10010 110000 0 1011100 1001110 10000 101011111 1010100 101101

Color Harmonies of #D61230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61230

Black with #D61230

Text Example


Text Example

White with #D61230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61230; }

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

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

background-color css

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

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

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

border-color css

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

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

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