Html Css Color HEX #D63028 Persian Red

📋 copy color: '#D63028'

red 214 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #D63028

Tints of Persian Red #D63028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 70.86%
G = 15.89%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D63028 (or 0xD63028) is known color: Persian Red. HEX triplet: D6, 30 and 28. RGB value is (214,48,40). Sum of RGB (Red+Green+Blue) = 214+48+40=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D63028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63028 is #29CFD7. Grayscale: #606060. Windows color (decimal): -2740184 or 2633942. OLE color: 2633942.

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

Color convert

RGB 214 48 40 -
CMYK 0 0.78 0.81 0.16
HSL 2.76º 0.69% 0.5% -
HSV(B) 2.76º 0.81% 0.84% -
XYZ 29.17 16.56 3.67 -
YUV 96.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 214 48 40 0 0.78 0.81 0.16 2.76 0.69 0.5
Hex D6 30 28 0 4E 51 10 3 45 32
Octal 326 60 50 0 116 121 20 3 105 62
Binary 11010110 110000 101000 0 1001110 1010001 10000 11 1000101 110010

Color Harmonies of #D63028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63028

Black with #D63028

Text Example


Text Example

White with #D63028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63028; }

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

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

background-color css

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

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

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

border-color css

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

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

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