Html Css Color HEX #D62826 Persian Red

📋 copy color: '#D62826'

red 214 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #D62826

Tints of Persian Red #D62826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 73.29%
G = 13.7%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D62826 (or 0xD62826) is known color: Persian Red. HEX triplet: D6, 28 and 26. RGB value is (214,40,38). Sum of RGB (Red+Green+Blue) = 214+40+38=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D62826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62826 is #29D7D9. Grayscale: #5B5B5B. Windows color (decimal): -2742234 or 2500822. OLE color: 2500822.

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

Color convert

RGB 214 40 38 -
CMYK 0 0.81 0.82 0.16
HSL 0.68º 0.7% 0.49% -
HSV(B) 0.68º 0.82% 0.84% -
XYZ 28.84 15.95 3.39 -
YUV 91.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 214 40 38 0 0.81 0.82 0.16 0.68 0.7 0.49
Hex D6 28 26 0 51 52 10 1 46 31
Octal 326 50 46 0 121 122 20 1 106 61
Binary 11010110 101000 100110 0 1010001 1010010 10000 1 1000110 110001

Color Harmonies of #D62826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62826

Black with #D62826

Text Example


Text Example

White with #D62826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62826; }

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

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

background-color css

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

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

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

border-color css

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

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

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