Html Css Color HEX #D43B2C Persian Red

📋 copy color: '#D43B2C'

red 212 ◦ green 59 ◦ blue 44

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

Shades of Persian Red #D43B2C

Tints of Persian Red #D43B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 67.3%
G = 18.73%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D43B2C (or 0xD43B2C) is known color: Persian Red. HEX triplet: D4, 3B and 2C. RGB value is (212,59,44). Sum of RGB (Red+Green+Blue) = 212+59+44=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B2C is #2BC4D3. Grayscale: #676767. Windows color (decimal): -2868436 or 2898900. OLE color: 2898900.

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

Color convert

RGB 212 59 44 -
CMYK 0 0.72 0.79 0.17
HSL 5.36º 0.66% 0.5% -
HSV(B) 5.36º 0.79% 0.83% -
XYZ 29.17 17.31 4.19 -
YUV 103.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 212 59 44 0 0.72 0.79 0.17 5.36 0.66 0.5
Hex D4 3B 2C 0 48 4F 11 5 42 32
Octal 324 73 54 0 110 117 21 5 102 62
Binary 11010100 111011 101100 0 1001000 1001111 10001 101 1000010 110010

Color Harmonies of #D43B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B2C

Black with #D43B2C

Text Example


Text Example

White with #D43B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B2C; }

 p { color: rgb(212,59,44); }

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

background-color css

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

 a { background-color: rgb(212,59,44); }

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

border-color css

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

 span { border-color: rgb(212,59,44); }

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