Html Css Color HEX #D43B30 Persian Red

📋 copy color: '#D43B30'

red 212 ◦ green 59 ◦ blue 48

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

Shades of Persian Red #D43B30

Tints of Persian Red #D43B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 66.46%
G = 18.5%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43B30 (or 0xD43B30) is known color: Persian Red. HEX triplet: D4, 3B and 30. RGB value is (212,59,48). Sum of RGB (Red+Green+Blue) = 212+59+48=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B30 is #2BC4CF. Grayscale: #676767. Windows color (decimal): -2868432 or 3161044. OLE color: 3161044.

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

Color convert

RGB 212 59 48 -
CMYK 0 0.72 0.77 0.17
HSL 4.02º 0.66% 0.51% -
HSV(B) 4.02º 0.77% 0.83% -
XYZ 29.25 17.34 4.6 -
YUV 103.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 212 59 48 0 0.72 0.77 0.17 4.02 0.66 0.51
Hex D4 3B 30 0 48 4D 11 4 42 33
Octal 324 73 60 0 110 115 21 4 102 63
Binary 11010100 111011 110000 0 1001000 1001101 10001 100 1000010 110011

Color Harmonies of #D43B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B30

Black with #D43B30

Text Example


Text Example

White with #D43B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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