Html Css Color HEX #D63C37 Persian Red

📋 copy color: '#D63C37'

red 214 ◦ green 60 ◦ blue 55

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

Shades of Persian Red #D63C37

Tints of Persian Red #D63C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 65.05%
G = 18.24%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D63C37 (or 0xD63C37) is known color: Persian Red. HEX triplet: D6, 3C and 37. RGB value is (214,60,55). Sum of RGB (Red+Green+Blue) = 214+60+55=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C37 is #29C3C8. Grayscale: #696969. Windows color (decimal): -2737097 or 3620054. OLE color: 3620054.

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

Color convert

RGB 214 60 55 -
CMYK 0 0.72 0.74 0.16
HSL 1.89º 0.66% 0.53% -
HSV(B) 1.89º 0.74% 0.84% -
XYZ 30.04 17.8 5.47 -
YUV 105.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 214 60 55 0 0.72 0.74 0.16 1.89 0.66 0.53
Hex D6 3C 37 0 48 4A 10 2 42 35
Octal 326 74 67 0 110 112 20 2 102 65
Binary 11010110 111100 110111 0 1001000 1001010 10000 10 1000010 110101

Color Harmonies of #D63C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C37

Black with #D63C37

Text Example


Text Example

White with #D63C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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