Html Css Color HEX #D63030 Persian Red

📋 copy color: '#D63030'

red 214 ◦ green 48 ◦ blue 48

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

Shades of Persian Red #D63030

Tints of Persian Red #D63030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 69.03%
G = 15.48%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63030 (or 0xD63030) is known color: Persian Red. HEX triplet: D6, 30 and 30. RGB value is (214,48,48). Sum of RGB (Red+Green+Blue) = 214+48+48=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D63030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63030 is #29CFCF. Grayscale: #616161. Windows color (decimal): -2740176 or 3158230. OLE color: 3158230.

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

Color convert

RGB 214 48 48 -
CMYK 0 0.78 0.78 0.16
HSL 0.67% 0.51% -
HSV(B) 0.78% 0.84% -
XYZ 29.32 16.62 4.46 -
YUV 97.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 214 48 48 0 0.78 0.78 0.16 0 0.67 0.51
Hex D6 30 30 0 4E 4E 10 0 43 33
Octal 326 60 60 0 116 116 20 0 103 63
Binary 11010110 110000 110000 0 1001110 1001110 10000 0 1000011 110011

Color Harmonies of #D63030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63030

Black with #D63030

Text Example


Text Example

White with #D63030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63030; }

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

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

background-color css

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

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

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

border-color css

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

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

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