Html Css Color HEX #D61335 Crimson

📋 copy color: '#D61335'

red 214 ◦ green 19 ◦ blue 53

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

Shades of Crimson #D61335

Tints of Crimson #D61335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 74.83%
G = 6.64%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D61335 (or 0xD61335) is known color: Crimson. HEX triplet: D6, 13 and 35. RGB value is (214,19,53). Sum of RGB (Red+Green+Blue) = 214+19+53=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D61335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61335 is #29ECCA. Grayscale: #515151. Windows color (decimal): -2747595 or 3478486. OLE color: 3478486.

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

Color convert

RGB 214 19 53 -
CMYK 0 0.91 0.75 0.16
HSL 349.54º 0.84% 0.46% -
HSV(B) 349.54º 0.91% 0.84% -
XYZ 28.61 15.02 4.76 -
YUV 81.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 214 19 53 0 0.91 0.75 0.16 349.54 0.84 0.46
Hex D6 13 35 0 5B 4B 10 15E 54 2E
Octal 326 23 65 0 133 113 20 536 124 56
Binary 11010110 10011 110101 0 1011011 1001011 10000 101011110 1010100 101110

Color Harmonies of #D61335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61335

Black with #D61335

Text Example


Text Example

White with #D61335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61335; }

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

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

background-color css

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

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

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

border-color css

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

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

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