Html Css Color HEX #D43933 Persian Red

📋 copy color: '#D43933'

red 212 ◦ green 57 ◦ blue 51

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

Shades of Persian Red #D43933

Tints of Persian Red #D43933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 66.25%
G = 17.81%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D43933 (or 0xD43933) is known color: Persian Red. HEX triplet: D4, 39 and 33. RGB value is (212,57,51). Sum of RGB (Red+Green+Blue) = 212+57+51=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D43933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43933 is #2BC6CC. Grayscale: #666666. Windows color (decimal): -2868941 or 3357140. OLE color: 3357140.

HSL color Cylindrical-coordinate representation of color #D43933: hue angle of 2.24º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43933 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 57 51 -
CMYK 0 0.73 0.76 0.17
HSL 2.24º 0.65% 0.52% -
HSV(B) 2.24º 0.76% 0.83% -
XYZ 29.21 17.16 4.9 -
YUV 102.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 212 57 51 0 0.73 0.76 0.17 2.24 0.65 0.52
Hex D4 39 33 0 49 4C 11 2 41 34
Octal 324 71 63 0 111 114 21 2 101 64
Binary 11010100 111001 110011 0 1001001 1001100 10001 10 1000001 110100

Color Harmonies of #D43933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43933

Black with #D43933

Text Example


Text Example

White with #D43933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43933; }

 p { color: rgb(212,57,51); }

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

background-color css

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

 a { background-color: rgb(212,57,51); }

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

border-color css

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

 span { border-color: rgb(212,57,51); }

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