Html Css Color HEX #D6134B Crimson

📋 copy color: '#D6134B'

red 214 ◦ green 19 ◦ blue 75

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

Shades of Crimson #D6134B

Tints of Crimson #D6134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 69.48%
G = 6.17%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6134B (or 0xD6134B) is known color: Crimson. HEX triplet: D6, 13 and 4B. RGB value is (214,19,75). Sum of RGB (Red+Green+Blue) = 214+19+75=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6134B is #29ECB4. Grayscale: #535353. Windows color (decimal): -2747573 or 4920278. OLE color: 4920278.

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

Color convert

RGB 214 19 75 -
CMYK 0 0.91 0.65 0.16
HSL 342.77º 0.84% 0.46% -
HSV(B) 342.77º 0.91% 0.84% -
XYZ 29.23 15.27 8.06 -
YUV 83.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 214 19 75 0 0.91 0.65 0.16 342.77 0.84 0.46
Hex D6 13 4B 0 5B 41 10 157 54 2E
Octal 326 23 113 0 133 101 20 527 124 56
Binary 11010110 10011 1001011 0 1011011 1000001 10000 101010111 1010100 101110

Color Harmonies of #D6134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6134B

Black with #D6134B

Text Example


Text Example

White with #D6134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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