Html Css Color HEX #D63A39 Persian Red

📋 copy color: '#D63A39'

red 214 ◦ green 58 ◦ blue 57

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

Shades of Persian Red #D63A39

Tints of Persian Red #D63A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 65.05%
G = 17.63%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63A39 (or 0xD63A39) is known color: Persian Red. HEX triplet: D6, 3A and 39. RGB value is (214,58,57). Sum of RGB (Red+Green+Blue) = 214+58+57=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A39 is #29C5C6. Grayscale: #686868. Windows color (decimal): -2737607 or 3750614. OLE color: 3750614.

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

Color convert

RGB 214 58 57 -
CMYK 0 0.73 0.73 0.16
HSL 0.38º 0.66% 0.53% -
HSV(B) 0.38º 0.73% 0.84% -
XYZ 29.98 17.62 5.69 -
YUV 104.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 214 58 57 0 0.73 0.73 0.16 0.38 0.66 0.53
Hex D6 3A 39 0 49 49 10 0 42 35
Octal 326 72 71 0 111 111 20 0 102 65
Binary 11010110 111010 111001 0 1001001 1001001 10000 0 1000010 110101

Color Harmonies of #D63A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A39

Black with #D63A39

Text Example


Text Example

White with #D63A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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