Html Css Color HEX #D61E35 Crimson

📋 copy color: '#D61E35'

red 214 ◦ green 30 ◦ blue 53

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

Shades of Crimson #D61E35

Tints of Crimson #D61E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

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

R = 72.05%
G = 10.1%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D61E35 (or 0xD61E35) is known color: Crimson. HEX triplet: D6, 1E and 35. RGB value is (214,30,53). Sum of RGB (Red+Green+Blue) = 214+30+53=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E35 is #29E1CA. Grayscale: #575757. Windows color (decimal): -2744779 or 3481302. OLE color: 3481302.

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

Color convert

RGB 214 30 53 -
CMYK 0 0.86 0.75 0.16
HSL 352.5º 0.75% 0.48% -
HSV(B) 352.5º 0.86% 0.84% -
XYZ 28.84 15.48 4.84 -
YUV 87.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 214 30 53 0 0.86 0.75 0.16 352.5 0.75 0.48
Hex D6 1E 35 0 56 4B 10 160 4B 30
Octal 326 36 65 0 126 113 20 540 113 60
Binary 11010110 11110 110101 0 1010110 1001011 10000 101100000 1001011 110000

Color Harmonies of #D61E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E35

Black with #D61E35

Text Example


Text Example

White with #D61E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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