Html Css Color HEX #D61F43 Crimson

📋 copy color: '#D61F43'

red 214 ◦ green 31 ◦ blue 67

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

Shades of Crimson #D61F43

Tints of Crimson #D61F43

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 68.59%
G = 9.94%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D61F43 (or 0xD61F43) is known color: Crimson. HEX triplet: D6, 1F and 43. RGB value is (214,31,67). Sum of RGB (Red+Green+Blue) = 214+31+67=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F43 is #29E0BC. Grayscale: #595959. Windows color (decimal): -2744509 or 4399062. OLE color: 4399062.

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

Color convert

RGB 214 31 67 -
CMYK 0 0.86 0.69 0.16
HSL 348.2º 0.75% 0.48% -
HSV(B) 348.2º 0.86% 0.84% -
XYZ 29.23 15.68 6.8 -
YUV 89.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 214 31 67 0 0.86 0.69 0.16 348.2 0.75 0.48
Hex D6 1F 43 0 56 45 10 15C 4B 30
Octal 326 37 103 0 126 105 20 534 113 60
Binary 11010110 11111 1000011 0 1010110 1000101 10000 101011100 1001011 110000

Color Harmonies of #D61F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F43

Black with #D61F43

Text Example


Text Example

White with #D61F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F43; }

 p { color: rgb(214,31,67); }

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

background-color css

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

 a { background-color: rgb(214,31,67); }

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

border-color css

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

 span { border-color: rgb(214,31,67); }

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