Html Css Color HEX #D4382E Persian Red

📋 copy color: '#D4382E'

red 212 ◦ green 56 ◦ blue 46

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

Shades of Persian Red #D4382E

Tints of Persian Red #D4382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 67.52%
G = 17.83%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4382E (or 0xD4382E) is known color: Persian Red. HEX triplet: D4, 38 and 2E. RGB value is (212,56,46). Sum of RGB (Red+Green+Blue) = 212+56+46=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D4382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4382E is #2BC7D1. Grayscale: #656565. Windows color (decimal): -2869202 or 3029204. OLE color: 3029204.

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

Color convert

RGB 212 56 46 -
CMYK 0 0.74 0.78 0.17
HSL 3.61º 0.66% 0.51% -
HSV(B) 3.61º 0.78% 0.83% -
XYZ 29.06 17.02 4.34 -
YUV 101.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 212 56 46 0 0.74 0.78 0.17 3.61 0.66 0.51
Hex D4 38 2E 0 4A 4E 11 4 42 33
Octal 324 70 56 0 112 116 21 4 102 63
Binary 11010100 111000 101110 0 1001010 1001110 10001 100 1000010 110011

Color Harmonies of #D4382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4382E

Black with #D4382E

Text Example


Text Example

White with #D4382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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