Html Css Color HEX #D61333 Crimson

📋 copy color: '#D61333'

red 214 ◦ green 19 ◦ blue 51

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

Shades of Crimson #D61333

Tints of Crimson #D61333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.96%

R = 75.35%
G = 6.69%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61333 (or 0xD61333) is known color: Crimson. HEX triplet: D6, 13 and 33. RGB value is (214,19,51). Sum of RGB (Red+Green+Blue) = 214+19+51=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D61333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61333 is #29ECCC. Grayscale: #515151. Windows color (decimal): -2747597 or 3347414. OLE color: 3347414.

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

Color convert

RGB 214 19 51 -
CMYK 0 0.91 0.76 0.16
HSL 350.15º 0.84% 0.46% -
HSV(B) 350.15º 0.91% 0.84% -
XYZ 28.56 15 4.52 -
YUV 80.95 111.1 222.9 -
System Red Green Blue C M Y K H S L
Decimal 214 19 51 0 0.91 0.76 0.16 350.15 0.84 0.46
Hex D6 13 33 0 5B 4C 10 15E 54 2E
Octal 326 23 63 0 133 114 20 536 124 56
Binary 11010110 10011 110011 0 1011011 1001100 10000 101011110 1010100 101110

Color Harmonies of #D61333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61333

Black with #D61333

Text Example


Text Example

White with #D61333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61333; }

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

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

background-color css

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

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

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

border-color css

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

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

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