Html Css Color HEX #D61330 Crimson

📋 copy color: '#D61330'

red 214 ◦ green 19 ◦ blue 48

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

Shades of Crimson #D61330

Tints of Crimson #D61330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 76.16%
G = 6.76%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61330 (or 0xD61330) is known color: Crimson. HEX triplet: D6, 13 and 30. RGB value is (214,19,48). Sum of RGB (Red+Green+Blue) = 214+19+48=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D61330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61330 is #29ECCF. Grayscale: #505050. Windows color (decimal): -2747600 or 3150806. OLE color: 3150806.

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

Color convert

RGB 214 19 48 -
CMYK 0 0.91 0.78 0.16
HSL 351.08º 0.84% 0.46% -
HSV(B) 351.08º 0.91% 0.84% -
XYZ 28.5 14.98 4.18 -
YUV 80.61 109.6 223.14 -
System Red Green Blue C M Y K H S L
Decimal 214 19 48 0 0.91 0.78 0.16 351.08 0.84 0.46
Hex D6 13 30 0 5B 4E 10 15F 54 2E
Octal 326 23 60 0 133 116 20 537 124 56
Binary 11010110 10011 110000 0 1011011 1001110 10000 101011111 1010100 101110

Color Harmonies of #D61330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61330

Black with #D61330

Text Example


Text Example

White with #D61330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61330; }

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

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

background-color css

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

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

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

border-color css

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

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

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