Html Css Color HEX #D43635 Persian Red

📋 copy color: '#D43635'

red 212 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #D43635

Tints of Persian Red #D43635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 66.46%
G = 16.93%
B = 16.61%

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

#D43635 (or 0xD43635) is known color: Persian Red. HEX triplet: D4, 36 and 35. RGB value is (212,54,53). Sum of RGB (Red+Green+Blue) = 212+54+53=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D43635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43635 is #2BC9CA. Grayscale: #656565. Windows color (decimal): -2869707 or 3487444. OLE color: 3487444.

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

Color convert

RGB 212 54 53 -
CMYK 0 0.75 0.75 0.17
HSL 0.38º 0.65% 0.52% -
HSV(B) 0.38º 0.75% 0.83% -
XYZ 29.11 16.89 5.09 -
YUV 101.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 212 54 53 0 0.75 0.75 0.17 0.38 0.65 0.52
Hex D4 36 35 0 4B 4B 11 0 41 34
Octal 324 66 65 0 113 113 21 0 101 64
Binary 11010100 110110 110101 0 1001011 1001011 10001 0 1000001 110100

Color Harmonies of #D43635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43635

Black with #D43635

Text Example


Text Example

White with #D43635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43635; }

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

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

background-color css

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

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

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

border-color css

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

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

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