Html Css Color HEX #D42926 Persian Red

📋 copy color: '#D42926'

red 212 ◦ green 41 ◦ blue 38

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

Shades of Persian Red #D42926

Tints of Persian Red #D42926

RGB

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

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

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

R = 72.85%
G = 14.09%
B = 13.06%

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

#D42926 (or 0xD42926) is known color: Persian Red. HEX triplet: D4, 29 and 26. RGB value is (212,41,38). Sum of RGB (Red+Green+Blue) = 212+41+38=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D42926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42926 is #2BD6D9. Grayscale: #5B5B5B. Windows color (decimal): -2873050 or 2501076. OLE color: 2501076.

HSL color Cylindrical-coordinate representation of color #D42926: 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.82%. Process color model (Four color, CMYK) of #D42926 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 38 -
CMYK 0 0.81 0.82 0.17
HSL 1.03º 0.7% 0.49% -
HSV(B) 1.03º 0.82% 0.83% -
XYZ 28.29 15.72 3.38 -
YUV 91.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 212 41 38 0 0.81 0.82 0.17 1.03 0.7 0.49
Hex D4 29 26 0 51 52 11 1 46 31
Octal 324 51 46 0 121 122 21 1 106 61
Binary 11010100 101001 100110 0 1010001 1010010 10001 1 1000110 110001

Color Harmonies of #D42926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42926

Black with #D42926

Text Example


Text Example

White with #D42926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42926; }

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

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

background-color css

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

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

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

border-color css

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

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

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