Html Css Color HEX #D4362C Persian Red

📋 copy color: '#D4362C'

red 212 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #D4362C

Tints of Persian Red #D4362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 68.39%
G = 17.42%
B = 14.19%

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

#D4362C (or 0xD4362C) is known color: Persian Red. HEX triplet: D4, 36 and 2C. RGB value is (212,54,44). Sum of RGB (Red+Green+Blue) = 212+54+44=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4362C is #2BC9D3. Grayscale: #646464. Windows color (decimal): -2869716 or 2897620. OLE color: 2897620.

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

Color convert

RGB 212 54 44 -
CMYK 0 0.75 0.79 0.17
HSL 3.57º 0.66% 0.5% -
HSV(B) 3.57º 0.79% 0.83% -
XYZ 28.93 16.82 4.1 -
YUV 100.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 212 54 44 0 0.75 0.79 0.17 3.57 0.66 0.5
Hex D4 36 2C 0 4B 4F 11 4 42 32
Octal 324 66 54 0 113 117 21 4 102 62
Binary 11010100 110110 101100 0 1001011 1001111 10001 100 1000010 110010

Color Harmonies of #D4362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4362C

Black with #D4362C

Text Example


Text Example

White with #D4362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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