Html Css Color HEX #D43325 Persian Red

📋 copy color: '#D43325'

red 212 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #D43325

Tints of Persian Red #D43325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

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

R = 70.67%
G = 17%
B = 12.33%

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

#D43325 (or 0xD43325) is known color: Persian Red. HEX triplet: D4, 33 and 25. RGB value is (212,51,37). Sum of RGB (Red+Green+Blue) = 212+51+37=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D43325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43325 is #2BCCDA. Grayscale: #616161. Windows color (decimal): -2870491 or 2438100. OLE color: 2438100.

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

Color convert

RGB 212 51 37 -
CMYK 0 0.76 0.83 0.17
HSL 4.8º 0.7% 0.49% -
HSV(B) 4.8º 0.83% 0.83% -
XYZ 28.67 16.5 3.42 -
YUV 97.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 212 51 37 0 0.76 0.83 0.17 4.8 0.7 0.49
Hex D4 33 25 0 4C 53 11 5 46 31
Octal 324 63 45 0 114 123 21 5 106 61
Binary 11010100 110011 100101 0 1001100 1010011 10001 101 1000110 110001

Color Harmonies of #D43325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43325

Black with #D43325

Text Example


Text Example

White with #D43325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43325; }

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

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

background-color css

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

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

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

border-color css

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

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

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