Html Css Color HEX #D61835 Crimson

📋 copy color: '#D61835'

red 214 ◦ green 24 ◦ blue 53

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

Shades of Crimson #D61835

Tints of Crimson #D61835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 73.54%
G = 8.25%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D61835 (or 0xD61835) is known color: Crimson. HEX triplet: D6, 18 and 35. RGB value is (214,24,53). Sum of RGB (Red+Green+Blue) = 214+24+53=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D61835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61835 is #29E7CA. Grayscale: #545454. Windows color (decimal): -2746315 or 3479766. OLE color: 3479766.

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

Color convert

RGB 214 24 53 -
CMYK 0 0.89 0.75 0.16
HSL 350.84º 0.8% 0.47% -
HSV(B) 350.84º 0.89% 0.84% -
XYZ 28.7 15.21 4.79 -
YUV 84.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 214 24 53 0 0.89 0.75 0.16 350.84 0.8 0.47
Hex D6 18 35 0 59 4B 10 15F 50 2F
Octal 326 30 65 0 131 113 20 537 120 57
Binary 11010110 11000 110101 0 1011001 1001011 10000 101011111 1010000 101111

Color Harmonies of #D61835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61835

Black with #D61835

Text Example


Text Example

White with #D61835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61835; }

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

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

background-color css

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

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

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

border-color css

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

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

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