Html Css Color HEX #D43C2F Persian Red

📋 copy color: '#D43C2F'

red 212 ◦ green 60 ◦ blue 47

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

Shades of Persian Red #D43C2F

Tints of Persian Red #D43C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 66.46%
G = 18.81%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D43C2F (or 0xD43C2F) is known color: Persian Red. HEX triplet: D4, 3C and 2F. RGB value is (212,60,47). Sum of RGB (Red+Green+Blue) = 212+60+47=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C2F is #2BC3D0. Grayscale: #686868. Windows color (decimal): -2868177 or 3095764. OLE color: 3095764.

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

Color convert

RGB 212 60 47 -
CMYK 0 0.72 0.78 0.17
HSL 4.73º 0.66% 0.51% -
HSV(B) 4.73º 0.78% 0.83% -
XYZ 29.28 17.43 4.51 -
YUV 103.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 212 60 47 0 0.72 0.78 0.17 4.73 0.66 0.51
Hex D4 3C 2F 0 48 4E 11 5 42 33
Octal 324 74 57 0 110 116 21 5 102 63
Binary 11010100 111100 101111 0 1001000 1001110 10001 101 1000010 110011

Color Harmonies of #D43C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C2F

Black with #D43C2F

Text Example


Text Example

White with #D43C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C2F; }

 p { color: rgb(212,60,47); }

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

background-color css

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

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

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

border-color css

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

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

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