Html Css Color HEX #D63C36 Persian Red

📋 copy color: '#D63C36'

red 214 ◦ green 60 ◦ blue 54

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

Shades of Persian Red #D63C36

Tints of Persian Red #D63C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

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

R = 65.24%
G = 18.29%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63C36 (or 0xD63C36) is known color: Persian Red. HEX triplet: D6, 3C and 36. RGB value is (214,60,54). Sum of RGB (Red+Green+Blue) = 214+60+54=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C36 is #29C3C9. Grayscale: #696969. Windows color (decimal): -2737098 or 3554518. OLE color: 3554518.

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

Color convert

RGB 214 60 54 -
CMYK 0 0.72 0.75 0.16
HSL 2.25º 0.66% 0.53% -
HSV(B) 2.25º 0.75% 0.84% -
XYZ 30.01 17.79 5.34 -
YUV 105.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 214 60 54 0 0.72 0.75 0.16 2.25 0.66 0.53
Hex D6 3C 36 0 48 4B 10 2 42 35
Octal 326 74 66 0 110 113 20 2 102 65
Binary 11010110 111100 110110 0 1001000 1001011 10000 10 1000010 110101

Color Harmonies of #D63C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C36

Black with #D63C36

Text Example


Text Example

White with #D63C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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