Html Css Color HEX #D4302F Persian Red

📋 copy color: '#D4302F'

red 212 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #D4302F

Tints of Persian Red #D4302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 69.06%
G = 15.64%
B = 15.31%

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

#D4302F (or 0xD4302F) is known color: Persian Red. HEX triplet: D4, 30 and 2F. RGB value is (212,48,47). Sum of RGB (Red+Green+Blue) = 212+48+47=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4302F is #2BCFD0. Grayscale: #616161. Windows color (decimal): -2871249 or 3092692. OLE color: 3092692.

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

Color convert

RGB 212 48 47 -
CMYK 0 0.77 0.78 0.17
HSL 0.36º 0.66% 0.51% -
HSV(B) 0.36º 0.78% 0.83% -
XYZ 28.72 16.32 4.32 -
YUV 96.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 212 48 47 0 0.77 0.78 0.17 0.36 0.66 0.51
Hex D4 30 2F 0 4D 4E 11 0 42 33
Octal 324 60 57 0 115 116 21 0 102 63
Binary 11010100 110000 101111 0 1001101 1001110 10001 0 1000010 110011

Color Harmonies of #D4302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4302F

Black with #D4302F

Text Example


Text Example

White with #D4302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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