Html Css Color HEX #D4362D Persian Red

📋 copy color: '#D4362D'

red 212 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #D4362D

Tints of Persian Red #D4362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 68.17%
G = 17.36%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4362D (or 0xD4362D) is known color: Persian Red. HEX triplet: D4, 36 and 2D. RGB value is (212,54,45). Sum of RGB (Red+Green+Blue) = 212+54+45=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4362D is #2BC9D2. Grayscale: #646464. Windows color (decimal): -2869715 or 2963156. OLE color: 2963156.

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

Color convert

RGB 212 54 45 -
CMYK 0 0.75 0.79 0.17
HSL 3.23º 0.66% 0.5% -
HSV(B) 3.23º 0.79% 0.83% -
XYZ 28.94 16.82 4.2 -
YUV 100.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 212 54 45 0 0.75 0.79 0.17 3.23 0.66 0.5
Hex D4 36 2D 0 4B 4F 11 3 42 32
Octal 324 66 55 0 113 117 21 3 102 62
Binary 11010100 110110 101101 0 1001011 1001111 10001 11 1000010 110010

Color Harmonies of #D4362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4362D

Black with #D4362D

Text Example


Text Example

White with #D4362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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