Html Css Color HEX #D43B2B Persian Red

📋 copy color: '#D43B2B'

red 212 ◦ green 59 ◦ blue 43

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

Shades of Persian Red #D43B2B

Tints of Persian Red #D43B2B

RGB

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

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

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

R = 67.52%
G = 18.79%
B = 13.69%

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

#D43B2B (or 0xD43B2B) is known color: Persian Red. HEX triplet: D4, 3B and 2B. RGB value is (212,59,43). Sum of RGB (Red+Green+Blue) = 212+59+43=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B2B is #2BC4D4. Grayscale: #676767. Windows color (decimal): -2868437 or 2833364. OLE color: 2833364.

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

Color convert

RGB 212 59 43 -
CMYK 0 0.72 0.80 0.17
HSL 5.68º 0.66% 0.5% -
HSV(B) 5.68º 0.8% 0.83% -
XYZ 29.15 17.3 4.09 -
YUV 102.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 212 59 43 0 0.72 0.80 0.17 5.68 0.66 0.5
Hex D4 3B 2B 0 48 50 11 6 42 32
Octal 324 73 53 0 110 120 21 6 102 62
Binary 11010100 111011 101011 0 1001000 1010000 10001 110 1000010 110010

Color Harmonies of #D43B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B2B

Black with #D43B2B

Text Example


Text Example

White with #D43B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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