Html Css Color HEX #D4302E Persian Red

📋 copy color: '#D4302E'

red 212 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #D4302E

Tints of Persian Red #D4302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 69.28%
G = 15.69%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4302E (or 0xD4302E) is known color: Persian Red. HEX triplet: D4, 30 and 2E. RGB value is (212,48,46). Sum of RGB (Red+Green+Blue) = 212+48+46=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4302E is #2BCFD1. Grayscale: #606060. Windows color (decimal): -2871250 or 3027156. OLE color: 3027156.

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

Color convert

RGB 212 48 46 -
CMYK 0 0.77 0.78 0.17
HSL 0.72º 0.66% 0.51% -
HSV(B) 0.72º 0.78% 0.83% -
XYZ 28.7 16.31 4.22 -
YUV 96.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 212 48 46 0 0.77 0.78 0.17 0.72 0.66 0.51
Hex D4 30 2E 0 4D 4E 11 1 42 33
Octal 324 60 56 0 115 116 21 1 102 63
Binary 11010100 110000 101110 0 1001101 1001110 10001 1 1000010 110011

Color Harmonies of #D4302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4302E

Black with #D4302E

Text Example


Text Example

White with #D4302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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