Html Css Color HEX #D63C39 Persian Red

📋 copy color: '#D63C39'

red 214 ◦ green 60 ◦ blue 57

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

Shades of Persian Red #D63C39

Tints of Persian Red #D63C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 64.65%
G = 18.13%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63C39 (or 0xD63C39) is known color: Persian Red. HEX triplet: D6, 3C and 39. RGB value is (214,60,57). Sum of RGB (Red+Green+Blue) = 214+60+57=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C39 is #29C3C6. Grayscale: #696969. Windows color (decimal): -2737095 or 3751126. OLE color: 3751126.

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

Color convert

RGB 214 60 57 -
CMYK 0 0.72 0.73 0.16
HSL 1.15º 0.66% 0.53% -
HSV(B) 1.15º 0.73% 0.84% -
XYZ 30.09 17.82 5.73 -
YUV 105.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 214 60 57 0 0.72 0.73 0.16 1.15 0.66 0.53
Hex D6 3C 39 0 48 49 10 1 42 35
Octal 326 74 71 0 110 111 20 1 102 65
Binary 11010110 111100 111001 0 1001000 1001001 10000 1 1000010 110101

Color Harmonies of #D63C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C39

Black with #D63C39

Text Example


Text Example

White with #D63C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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