Html Css Color HEX #D42825 Persian Red

📋 copy color: '#D42825'

red 212 ◦ green 40 ◦ blue 37

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

Shades of Persian Red #D42825

Tints of Persian Red #D42825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 73.36%
G = 13.84%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D42825 (or 0xD42825) is known color: Persian Red. HEX triplet: D4, 28 and 25. RGB value is (212,40,37). Sum of RGB (Red+Green+Blue) = 212+40+37=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D42825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42825 is #2BD7DA. Grayscale: #5B5B5B. Windows color (decimal): -2873307 or 2435284. OLE color: 2435284.

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

Color convert

RGB 212 40 37 -
CMYK 0 0.81 0.83 0.17
HSL 1.03º 0.7% 0.49% -
HSV(B) 1.03º 0.83% 0.83% -
XYZ 28.24 15.65 3.28 -
YUV 91.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 212 40 37 0 0.81 0.83 0.17 1.03 0.7 0.49
Hex D4 28 25 0 51 53 11 1 46 31
Octal 324 50 45 0 121 123 21 1 106 61
Binary 11010100 101000 100101 0 1010001 1010011 10001 1 1000110 110001

Color Harmonies of #D42825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42825

Black with #D42825

Text Example


Text Example

White with #D42825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42825; }

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

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

background-color css

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

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

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

border-color css

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

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

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