Html Css Color HEX #D63936 Persian Red

📋 copy color: '#D63936'

red 214 ◦ green 57 ◦ blue 54

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

Shades of Persian Red #D63936

Tints of Persian Red #D63936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 65.85%
G = 17.54%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63936 (or 0xD63936) is known color: Persian Red. HEX triplet: D6, 39 and 36. RGB value is (214,57,54). Sum of RGB (Red+Green+Blue) = 214+57+54=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D63936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63936 is #29C6C9. Grayscale: #676767. Windows color (decimal): -2737866 or 3553750. OLE color: 3553750.

HSL color Cylindrical-coordinate representation of color #D63936: hue angle of 1.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63936 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 57 54 -
CMYK 0 0.73 0.75 0.16
HSL 1.13º 0.66% 0.53% -
HSV(B) 1.13º 0.75% 0.84% -
XYZ 29.86 17.49 5.29 -
YUV 103.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 214 57 54 0 0.73 0.75 0.16 1.13 0.66 0.53
Hex D6 39 36 0 49 4B 10 1 42 35
Octal 326 71 66 0 111 113 20 1 102 65
Binary 11010110 111001 110110 0 1001001 1001011 10000 1 1000010 110101

Color Harmonies of #D63936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63936

Black with #D63936

Text Example


Text Example

White with #D63936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63936; }

 p { color: rgb(214,57,54); }

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

background-color css

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

 a { background-color: rgb(214,57,54); }

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

border-color css

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

 span { border-color: rgb(214,57,54); }

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