Html Css Color HEX #D43535 Persian Red

📋 copy color: '#D43535'

red 212 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #D43535

Tints of Persian Red #D43535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D43535 (or 0xD43535) is known color: Persian Red. HEX triplet: D4, 35 and 35. RGB value is (212,53,53). Sum of RGB (Red+Green+Blue) = 212+53+53=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D43535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43535 is #2BCACA. Grayscale: #646464. Windows color (decimal): -2869963 or 3487188. OLE color: 3487188.

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

Color convert

RGB 212 53 53 -
CMYK 0 0.75 0.75 0.17
HSL 0.65% 0.52% -
HSV(B) 0.75% 0.83% -
XYZ 29.07 16.8 5.08 -
YUV 100.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 212 53 53 0 0.75 0.75 0.17 0 0.65 0.52
Hex D4 35 35 0 4B 4B 11 0 41 34
Octal 324 65 65 0 113 113 21 0 101 64
Binary 11010100 110101 110101 0 1001011 1001011 10001 0 1000001 110100

Color Harmonies of #D43535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43535

Black with #D43535

Text Example


Text Example

White with #D43535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43535; }

 p { color: rgb(212,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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