Html Css Color HEX #D43F36 Persian Red

📋 copy color: '#D43F36'

red 212 ◦ green 63 ◦ blue 54

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

Shades of Persian Red #D43F36

Tints of Persian Red #D43F36

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 64.44%
G = 19.15%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D43F36 (or 0xD43F36) is known color: Persian Red. HEX triplet: D4, 3F and 36. RGB value is (212,63,54). Sum of RGB (Red+Green+Blue) = 212+63+54=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F36 is #2BC0C9. Grayscale: #6A6A6A. Windows color (decimal): -2867402 or 3555284. OLE color: 3555284.

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

Color convert

RGB 212 63 54 -
CMYK 0 0.70 0.75 0.17
HSL 3.42º 0.65% 0.52% -
HSV(B) 3.42º 0.75% 0.83% -
XYZ 29.59 17.82 5.37 -
YUV 106.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 212 63 54 0 0.70 0.75 0.17 3.42 0.65 0.52
Hex D4 3F 36 0 46 4B 11 3 41 34
Octal 324 77 66 0 106 113 21 3 101 64
Binary 11010100 111111 110110 0 1000110 1001011 10001 11 1000001 110100

Color Harmonies of #D43F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43F36

Black with #D43F36

Text Example


Text Example

White with #D43F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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