Html Css Color HEX #D33428 Persian Red

📋 copy color: '#D33428'

red 211 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #D33428

Tints of Persian Red #D33428

RGB

 RED value IS 211 (82.81% from 255) = 69.64%

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 69.64%
G = 17.16%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D33428 (or 0xD33428) is known color: Persian Red. HEX triplet: D3, 34 and 28. RGB value is (211,52,40). Sum of RGB (Red+Green+Blue) = 211+52+40=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D33428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33428 is #2CCBD7. Grayscale: #626262. Windows color (decimal): -2935768 or 2634963. OLE color: 2634963.

HSL color Cylindrical-coordinate representation of color #D33428: hue angle of 4.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D33428 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 52 40 -
CMYK 0 0.75 0.81 0.17
HSL 4.21º 0.68% 0.49% -
HSV(B) 4.21º 0.81% 0.83% -
XYZ 28.47 16.46 3.68 -
YUV 98.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 211 52 40 0 0.75 0.81 0.17 4.21 0.68 0.49
Hex D3 34 28 0 4B 51 11 4 44 31
Octal 323 64 50 0 113 121 21 4 104 61
Binary 11010011 110100 101000 0 1001011 1010001 10001 100 1000100 110001

Color Harmonies of #D33428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33428

Black with #D33428

Text Example


Text Example

White with #D33428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33428; }

 p { color: rgb(211,52,40); }

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

background-color css

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

 a { background-color: rgb(211,52,40); }

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

border-color css

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

 span { border-color: rgb(211,52,40); }

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