Html Css Color HEX #D63A30 Persian Red

📋 copy color: '#D63A30'

red 214 ◦ green 58 ◦ blue 48

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

Shades of Persian Red #D63A30

Tints of Persian Red #D63A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15%

R = 66.88%
G = 18.13%
B = 15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63A30 (or 0xD63A30) is known color: Persian Red. HEX triplet: D6, 3A and 30. RGB value is (214,58,48). Sum of RGB (Red+Green+Blue) = 214+58+48=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A30 is #29C5CF. Grayscale: #676767. Windows color (decimal): -2737616 or 3160790. OLE color: 3160790.

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

Color convert

RGB 214 58 48 -
CMYK 0 0.73 0.78 0.16
HSL 3.61º 0.67% 0.51% -
HSV(B) 3.61º 0.78% 0.84% -
XYZ 29.78 17.54 4.61 -
YUV 103.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 214 58 48 0 0.73 0.78 0.16 3.61 0.67 0.51
Hex D6 3A 30 0 49 4E 10 4 43 33
Octal 326 72 60 0 111 116 20 4 103 63
Binary 11010110 111010 110000 0 1001001 1001110 10000 100 1000011 110011

Color Harmonies of #D63A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A30

Black with #D63A30

Text Example


Text Example

White with #D63A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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