Html Css Color HEX #D43E30 Persian Red

📋 copy color: '#D43E30'

red 212 ◦ green 62 ◦ blue 48

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

Shades of Persian Red #D43E30

Tints of Persian Red #D43E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 65.84%
G = 19.25%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43E30 (or 0xD43E30) is known color: Persian Red. HEX triplet: D4, 3E and 30. RGB value is (212,62,48). Sum of RGB (Red+Green+Blue) = 212+62+48=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E30 is #2BC1CF. Grayscale: #696969. Windows color (decimal): -2867664 or 3161812. OLE color: 3161812.

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

Color convert

RGB 212 62 48 -
CMYK 0 0.71 0.77 0.17
HSL 5.12º 0.66% 0.51% -
HSV(B) 5.12º 0.77% 0.83% -
XYZ 29.41 17.66 4.65 -
YUV 105.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 212 62 48 0 0.71 0.77 0.17 5.12 0.66 0.51
Hex D4 3E 30 0 47 4D 11 5 42 33
Octal 324 76 60 0 107 115 21 5 102 63
Binary 11010100 111110 110000 0 1000111 1001101 10001 101 1000010 110011

Color Harmonies of #D43E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43E30

Black with #D43E30

Text Example


Text Example

White with #D43E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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