Html Css Color HEX #D4382B Persian Red

📋 copy color: '#D4382B'

red 212 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #D4382B

Tints of Persian Red #D4382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 68.17%
G = 18.01%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4382B (or 0xD4382B) is known color: Persian Red. HEX triplet: D4, 38 and 2B. RGB value is (212,56,43). Sum of RGB (Red+Green+Blue) = 212+56+43=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4382B is #2BC7D4. Grayscale: #656565. Windows color (decimal): -2869205 or 2832596. OLE color: 2832596.

HSL color Cylindrical-coordinate representation of color #D4382B: hue angle of 4.62º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4382B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 56 43 -
CMYK 0 0.74 0.80 0.17
HSL 4.62º 0.66% 0.5% -
HSV(B) 4.62º 0.8% 0.83% -
XYZ 29 17 4.04 -
YUV 101.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 212 56 43 0 0.74 0.80 0.17 4.62 0.66 0.5
Hex D4 38 2B 0 4A 50 11 5 42 32
Octal 324 70 53 0 112 120 21 5 102 62
Binary 11010100 111000 101011 0 1001010 1010000 10001 101 1000010 110010

Color Harmonies of #D4382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4382B

Black with #D4382B

Text Example


Text Example

White with #D4382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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