Html Css Color HEX #D43C2E Persian Red

📋 copy color: '#D43C2E'

red 212 ◦ green 60 ◦ blue 46

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

Shades of Persian Red #D43C2E

Tints of Persian Red #D43C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 66.67%
G = 18.87%
B = 14.47%

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

#D43C2E (or 0xD43C2E) is known color: Persian Red. HEX triplet: D4, 3C and 2E. RGB value is (212,60,46). Sum of RGB (Red+Green+Blue) = 212+60+46=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C2E is #2BC3D1. Grayscale: #686868. Windows color (decimal): -2868178 or 3030228. OLE color: 3030228.

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

Color convert

RGB 212 60 46 -
CMYK 0 0.72 0.78 0.17
HSL 5.06º 0.66% 0.51% -
HSV(B) 5.06º 0.78% 0.83% -
XYZ 29.26 17.43 4.41 -
YUV 103.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 212 60 46 0 0.72 0.78 0.17 5.06 0.66 0.51
Hex D4 3C 2E 0 48 4E 11 5 42 33
Octal 324 74 56 0 110 116 21 5 102 63
Binary 11010100 111100 101110 0 1001000 1001110 10001 101 1000010 110011

Color Harmonies of #D43C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C2E

Black with #D43C2E

Text Example


Text Example

White with #D43C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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