Html Css Color HEX #D63727 Persian Red

📋 copy color: '#D63727'

red 214 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #D63727

Tints of Persian Red #D63727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 39 (15.63% from 255) = 12.66%

R = 69.48%
G = 17.86%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D63727 (or 0xD63727) is known color: Persian Red. HEX triplet: D6, 37 and 27. RGB value is (214,55,39). Sum of RGB (Red+Green+Blue) = 214+55+39=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D63727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63727 is #29C8D8. Grayscale: #646464. Windows color (decimal): -2738393 or 2570198. OLE color: 2570198.

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

Color convert

RGB 214 55 39 -
CMYK 0 0.74 0.82 0.16
HSL 5.49º 0.69% 0.5% -
HSV(B) 5.49º 0.82% 0.84% -
XYZ 29.46 17.18 3.68 -
YUV 100.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 214 55 39 0 0.74 0.82 0.16 5.49 0.69 0.5
Hex D6 37 27 0 4A 52 10 5 45 32
Octal 326 67 47 0 112 122 20 5 105 62
Binary 11010110 110111 100111 0 1001010 1010010 10000 101 1000101 110010

Color Harmonies of #D63727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63727

Black with #D63727

Text Example


Text Example

White with #D63727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63727; }

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

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

background-color css

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

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

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

border-color css

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

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

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