Html Css Color HEX #D4302B Persian Red

📋 copy color: '#D4302B'

red 212 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #D4302B

Tints of Persian Red #D4302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 69.97%
G = 15.84%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4302B (or 0xD4302B) is known color: Persian Red. HEX triplet: D4, 30 and 2B. RGB value is (212,48,43). Sum of RGB (Red+Green+Blue) = 212+48+43=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D4302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4302B is #2BCFD4. Grayscale: #606060. Windows color (decimal): -2871253 or 2830548. OLE color: 2830548.

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

Color convert

RGB 212 48 43 -
CMYK 0 0.77 0.80 0.17
HSL 1.78º 0.66% 0.5% -
HSV(B) 1.78º 0.8% 0.83% -
XYZ 28.64 16.29 3.92 -
YUV 96.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 212 48 43 0 0.77 0.80 0.17 1.78 0.66 0.5
Hex D4 30 2B 0 4D 50 11 2 42 32
Octal 324 60 53 0 115 120 21 2 102 62
Binary 11010100 110000 101011 0 1001101 1010000 10001 10 1000010 110010

Color Harmonies of #D4302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4302B

Black with #D4302B

Text Example


Text Example

White with #D4302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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