Html Css Color HEX #D42826 Persian Red

📋 copy color: '#D42826'

red 212 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #D42826

Tints of Persian Red #D42826

RGB

 RED value IS 212 (83.2% from 255) = 73.1%

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

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

R = 73.1%
G = 13.79%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D42826 (or 0xD42826) is known color: Persian Red. HEX triplet: D4, 28 and 26. RGB value is (212,40,38). Sum of RGB (Red+Green+Blue) = 212+40+38=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D42826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42826 is #2BD7D9. Grayscale: #5B5B5B. Windows color (decimal): -2873306 or 2500820. OLE color: 2500820.

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

Color convert

RGB 212 40 38 -
CMYK 0 0.81 0.82 0.17
HSL 0.69º 0.7% 0.49% -
HSV(B) 0.69º 0.82% 0.83% -
XYZ 28.26 15.65 3.37 -
YUV 91.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 212 40 38 0 0.81 0.82 0.17 0.69 0.7 0.49
Hex D4 28 26 0 51 52 11 1 46 31
Octal 324 50 46 0 121 122 21 1 106 61
Binary 11010100 101000 100110 0 1010001 1010010 10001 1 1000110 110001

Color Harmonies of #D42826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42826

Black with #D42826

Text Example


Text Example

White with #D42826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42826; }

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

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

background-color css

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

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

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

border-color css

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

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

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