Html Css Color HEX #D62928 Persian Red

📋 copy color: '#D62928'

red 214 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #D62928

Tints of Persian Red #D62928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

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

R = 72.54%
G = 13.9%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D62928 (or 0xD62928) is known color: Persian Red. HEX triplet: D6, 29 and 28. RGB value is (214,41,40). Sum of RGB (Red+Green+Blue) = 214+41+40=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D62928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62928 is #29D6D7. Grayscale: #5C5C5C. Windows color (decimal): -2741976 or 2632150. OLE color: 2632150.

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

Color convert

RGB 214 41 40 -
CMYK 0 0.81 0.81 0.16
HSL 0.34º 0.69% 0.5% -
HSV(B) 0.34º 0.81% 0.84% -
XYZ 28.91 16.04 3.58 -
YUV 92.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 214 41 40 0 0.81 0.81 0.16 0.34 0.69 0.5
Hex D6 29 28 0 51 51 10 0 45 32
Octal 326 51 50 0 121 121 20 0 105 62
Binary 11010110 101001 101000 0 1010001 1010001 10000 0 1000101 110010

Color Harmonies of #D62928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62928

Black with #D62928

Text Example


Text Example

White with #D62928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62928; }

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

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

background-color css

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

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

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

border-color css

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

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

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