Html Css Color HEX #D61F4B Crimson

📋 copy color: '#D61F4B'

red 214 ◦ green 31 ◦ blue 75

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

Shades of Crimson #D61F4B

Tints of Crimson #D61F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 66.88%
G = 9.69%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D61F4B (or 0xD61F4B) is known color: Crimson. HEX triplet: D6, 1F and 4B. RGB value is (214,31,75). Sum of RGB (Red+Green+Blue) = 214+31+75=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F4B is #29E0B4. Grayscale: #5A5A5A. Windows color (decimal): -2744501 or 4923350. OLE color: 4923350.

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

Color convert

RGB 214 31 75 -
CMYK 0 0.86 0.65 0.16
HSL 345.57º 0.75% 0.48% -
HSV(B) 345.57º 0.86% 0.84% -
XYZ 29.49 15.78 8.15 -
YUV 90.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 214 31 75 0 0.86 0.65 0.16 345.57 0.75 0.48
Hex D6 1F 4B 0 56 41 10 15A 4B 30
Octal 326 37 113 0 126 101 20 532 113 60
Binary 11010110 11111 1001011 0 1010110 1000001 10000 101011010 1001011 110000

Color Harmonies of #D61F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F4B

Black with #D61F4B

Text Example


Text Example

White with #D61F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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