Html Css Color HEX #D61B32 Crimson

📋 copy color: '#D61B32'

red 214 ◦ green 27 ◦ blue 50

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

Shades of Crimson #D61B32

Tints of Crimson #D61B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.28%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 73.54%
G = 9.28%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61B32 (or 0xD61B32) is known color: Crimson. HEX triplet: D6, 1B and 32. RGB value is (214,27,50). Sum of RGB (Red+Green+Blue) = 214+27+50=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B32 is #29E4CD. Grayscale: #555555. Windows color (decimal): -2745550 or 3283926. OLE color: 3283926.

HSL color Cylindrical-coordinate representation of color #D61B32: hue angle of 352.62º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B32 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 50 -
CMYK 0 0.87 0.77 0.16
HSL 352.62º 0.78% 0.47% -
HSV(B) 352.62º 0.87% 0.84% -
XYZ 28.7 15.31 4.46 -
YUV 85.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 214 27 50 0 0.87 0.77 0.16 352.62 0.78 0.47
Hex D6 1B 32 0 57 4D 10 161 4E 2F
Octal 326 33 62 0 127 115 20 541 116 57
Binary 11010110 11011 110010 0 1010111 1001101 10000 101100001 1001110 101111

Color Harmonies of #D61B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B32

Black with #D61B32

Text Example


Text Example

White with #D61B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B32; }

 p { color: rgb(214,27,50); }

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

background-color css

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

 a { background-color: rgb(214,27,50); }

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

border-color css

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

 span { border-color: rgb(214,27,50); }

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