Html Css Color HEX #D61E3F Crimson

📋 copy color: '#D61E3F'

red 214 ◦ green 30 ◦ blue 63

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

Shades of Crimson #D61E3F

Tints of Crimson #D61E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 69.71%
G = 9.77%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D61E3F (or 0xD61E3F) is known color: Crimson. HEX triplet: D6, 1E and 3F. RGB value is (214,30,63). Sum of RGB (Red+Green+Blue) = 214+30+63=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E3F is #29E1C0. Grayscale: #585858. Windows color (decimal): -2744769 or 4136662. OLE color: 4136662.

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

Color convert

RGB 214 30 63 -
CMYK 0 0.86 0.71 0.16
HSL 349.24º 0.75% 0.48% -
HSV(B) 349.24º 0.86% 0.84% -
XYZ 29.09 15.58 6.18 -
YUV 88.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 214 30 63 0 0.86 0.71 0.16 349.24 0.75 0.48
Hex D6 1E 3F 0 56 47 10 15D 4B 30
Octal 326 36 77 0 126 107 20 535 113 60
Binary 11010110 11110 111111 0 1010110 1000111 10000 101011101 1001011 110000

Color Harmonies of #D61E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E3F

Black with #D61E3F

Text Example


Text Example

White with #D61E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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