Html Css Color HEX #D4362E Persian Red

📋 copy color: '#D4362E'

red 212 ◦ green 54 ◦ blue 46

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

Shades of Persian Red #D4362E

Tints of Persian Red #D4362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 46 (18.36% from 255) = 14.74%

R = 67.95%
G = 17.31%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4362E (or 0xD4362E) is known color: Persian Red. HEX triplet: D4, 36 and 2E. RGB value is (212,54,46). Sum of RGB (Red+Green+Blue) = 212+54+46=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4362E is #2BC9D1. Grayscale: #646464. Windows color (decimal): -2869714 or 3028692. OLE color: 3028692.

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

Color convert

RGB 212 54 46 -
CMYK 0 0.75 0.78 0.17
HSL 2.89º 0.66% 0.51% -
HSV(B) 2.89º 0.78% 0.83% -
XYZ 28.96 16.83 4.31 -
YUV 100.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 212 54 46 0 0.75 0.78 0.17 2.89 0.66 0.51
Hex D4 36 2E 0 4B 4E 11 3 42 33
Octal 324 66 56 0 113 116 21 3 102 63
Binary 11010100 110110 101110 0 1001011 1001110 10001 11 1000010 110011

Color Harmonies of #D4362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4362E

Black with #D4362E

Text Example


Text Example

White with #D4362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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