Html Css Color HEX #D43225 Persian Red

📋 copy color: '#D43225'

red 212 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #D43225

Tints of Persian Red #D43225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 70.9%
G = 16.72%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D43225 (or 0xD43225) is known color: Persian Red. HEX triplet: D4, 32 and 25. RGB value is (212,50,37). Sum of RGB (Red+Green+Blue) = 212+50+37=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D43225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43225 is #2BCDDA. Grayscale: #616161. Windows color (decimal): -2870747 or 2437844. OLE color: 2437844.

HSL color Cylindrical-coordinate representation of color #D43225: hue angle of 4.46º 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 #D43225 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 37 -
CMYK 0 0.76 0.83 0.17
HSL 4.46º 0.7% 0.49% -
HSV(B) 4.46º 0.83% 0.83% -
XYZ 28.63 16.41 3.41 -
YUV 96.96 94.17 210.06 -
System Red Green Blue C M Y K H S L
Decimal 212 50 37 0 0.76 0.83 0.17 4.46 0.7 0.49
Hex D4 32 25 0 4C 53 11 4 46 31
Octal 324 62 45 0 114 123 21 4 106 61
Binary 11010100 110010 100101 0 1001100 1010011 10001 100 1000110 110001

Color Harmonies of #D43225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43225

Black with #D43225

Text Example


Text Example

White with #D43225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43225; }

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

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

background-color css

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

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

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

border-color css

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

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

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