Html Css Color HEX #D4302C Persian Red

📋 copy color: '#D4302C'

red 212 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #D4302C

Tints of Persian Red #D4302C

RGB

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

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

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

R = 69.74%
G = 15.79%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4302C (or 0xD4302C) is known color: Persian Red. HEX triplet: D4, 30 and 2C. RGB value is (212,48,44). Sum of RGB (Red+Green+Blue) = 212+48+44=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D4302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4302C is #2BCFD3. Grayscale: #606060. Windows color (decimal): -2871252 or 2896084. OLE color: 2896084.

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

Color convert

RGB 212 48 44 -
CMYK 0 0.77 0.79 0.17
HSL 1.43º 0.66% 0.5% -
HSV(B) 1.43º 0.79% 0.83% -
XYZ 28.66 16.29 4.02 -
YUV 96.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 212 48 44 0 0.77 0.79 0.17 1.43 0.66 0.5
Hex D4 30 2C 0 4D 4F 11 1 42 32
Octal 324 60 54 0 115 117 21 1 102 62
Binary 11010100 110000 101100 0 1001101 1001111 10001 1 1000010 110010

Color Harmonies of #D4302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4302C

Black with #D4302C

Text Example


Text Example

White with #D4302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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