Html Css Color HEX #D43C2B Persian Red

📋 copy color: '#D43C2B'

red 212 ◦ green 60 ◦ blue 43

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

Shades of Persian Red #D43C2B

Tints of Persian Red #D43C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 67.3%
G = 19.05%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D43C2B (or 0xD43C2B) is known color: Persian Red. HEX triplet: D4, 3C and 2B. RGB value is (212,60,43). Sum of RGB (Red+Green+Blue) = 212+60+43=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C2B is #2BC3D4. Grayscale: #676767. Windows color (decimal): -2868181 or 2833620. OLE color: 2833620.

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

Color convert

RGB 212 60 43 -
CMYK 0 0.72 0.80 0.17
HSL 6.04º 0.66% 0.5% -
HSV(B) 6.04º 0.8% 0.83% -
XYZ 29.2 17.4 4.11 -
YUV 103.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 212 60 43 0 0.72 0.80 0.17 6.04 0.66 0.5
Hex D4 3C 2B 0 48 50 11 6 42 32
Octal 324 74 53 0 110 120 21 6 102 62
Binary 11010100 111100 101011 0 1001000 1010000 10001 110 1000010 110010

Color Harmonies of #D43C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C2B

Black with #D43C2B

Text Example


Text Example

White with #D43C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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