Html Css Color HEX #D42E29 Persian Red

📋 copy color: '#D42E29'

red 212 ◦ green 46 ◦ blue 41

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

Shades of Persian Red #D42E29

Tints of Persian Red #D42E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 70.9%
G = 15.38%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D42E29 (or 0xD42E29) is known color: Persian Red. HEX triplet: D4, 2E and 29. RGB value is (212,46,41). Sum of RGB (Red+Green+Blue) = 212+46+41=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E29 is #2BD1D6. Grayscale: #5F5F5F. Windows color (decimal): -2871767 or 2698964. OLE color: 2698964.

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

Color convert

RGB 212 46 41 -
CMYK 0 0.78 0.81 0.17
HSL 1.75º 0.68% 0.5% -
HSV(B) 1.75º 0.81% 0.83% -
XYZ 28.53 16.11 3.7 -
YUV 95.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 212 46 41 0 0.78 0.81 0.17 1.75 0.68 0.5
Hex D4 2E 29 0 4E 51 11 2 44 32
Octal 324 56 51 0 116 121 21 2 104 62
Binary 11010100 101110 101001 0 1001110 1010001 10001 10 1000100 110010

Color Harmonies of #D42E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42E29

Black with #D42E29

Text Example


Text Example

White with #D42E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42E29; }

 p { color: rgb(212,46,41); }

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

background-color css

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

 a { background-color: rgb(212,46,41); }

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

border-color css

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

 span { border-color: rgb(212,46,41); }

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