Html Css Color HEX #D43430 Persian Red

📋 copy color: '#D43430'

red 212 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #D43430

Tints of Persian Red #D43430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 67.95%
G = 16.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43430 (or 0xD43430) is known color: Persian Red. HEX triplet: D4, 34 and 30. RGB value is (212,52,48). Sum of RGB (Red+Green+Blue) = 212+52+48=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D43430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43430 is #2BCBCF. Grayscale: #636363. Windows color (decimal): -2870224 or 3159252. OLE color: 3159252.

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

Color convert

RGB 212 52 48 -
CMYK 0 0.75 0.77 0.17
HSL 1.46º 0.66% 0.51% -
HSV(B) 1.46º 0.77% 0.83% -
XYZ 28.91 16.67 4.49 -
YUV 99.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 212 52 48 0 0.75 0.77 0.17 1.46 0.66 0.51
Hex D4 34 30 0 4B 4D 11 1 42 33
Octal 324 64 60 0 113 115 21 1 102 63
Binary 11010100 110100 110000 0 1001011 1001101 10001 1 1000010 110011

Color Harmonies of #D43430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43430

Black with #D43430

Text Example


Text Example

White with #D43430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43430; }

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

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

background-color css

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

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

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

border-color css

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

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

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