Html Css Color HEX #D63127 Persian Red

📋 copy color: '#D63127'

red 214 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #D63127

Tints of Persian Red #D63127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

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

R = 70.86%
G = 16.23%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D63127 (or 0xD63127) is known color: Persian Red. HEX triplet: D6, 31 and 27. RGB value is (214,49,39). Sum of RGB (Red+Green+Blue) = 214+49+39=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D63127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63127 is #29CED8. Grayscale: #616161. Windows color (decimal): -2739929 or 2568662. OLE color: 2568662.

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

Color convert

RGB 214 49 39 -
CMYK 0 0.77 0.82 0.16
HSL 3.43º 0.69% 0.5% -
HSV(B) 3.43º 0.82% 0.84% -
XYZ 29.2 16.64 3.59 -
YUV 97.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 214 49 39 0 0.77 0.82 0.16 3.43 0.69 0.5
Hex D6 31 27 0 4D 52 10 3 45 32
Octal 326 61 47 0 115 122 20 3 105 62
Binary 11010110 110001 100111 0 1001101 1010010 10000 11 1000101 110010

Color Harmonies of #D63127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63127

Black with #D63127

Text Example


Text Example

White with #D63127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63127; }

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

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

background-color css

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

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

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

border-color css

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

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

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