Html Css Color HEX #D43935 Persian Red

📋 copy color: '#D43935'

red 212 ◦ green 57 ◦ blue 53

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

Shades of Persian Red #D43935

Tints of Persian Red #D43935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 65.84%
G = 17.7%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D43935 (or 0xD43935) is known color: Persian Red. HEX triplet: D4, 39 and 35. RGB value is (212,57,53). Sum of RGB (Red+Green+Blue) = 212+57+53=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D43935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43935 is #2BC6CA. Grayscale: #676767. Windows color (decimal): -2868939 or 3488212. OLE color: 3488212.

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

Color convert

RGB 212 57 53 -
CMYK 0 0.73 0.75 0.17
HSL 1.51º 0.65% 0.52% -
HSV(B) 1.51º 0.75% 0.83% -
XYZ 29.26 17.18 5.14 -
YUV 102.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 212 57 53 0 0.73 0.75 0.17 1.51 0.65 0.52
Hex D4 39 35 0 49 4B 11 2 41 34
Octal 324 71 65 0 111 113 21 2 101 64
Binary 11010100 111001 110101 0 1001001 1001011 10001 10 1000001 110100

Color Harmonies of #D43935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43935

Black with #D43935

Text Example


Text Example

White with #D43935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43935; }

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

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

background-color css

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

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

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

border-color css

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

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

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