Html Css Color HEX #D33E38 Persian Red

📋 copy color: '#D33E38'

red 211 ◦ green 62 ◦ blue 56

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

Shades of Persian Red #D33E38

Tints of Persian Red #D33E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 64.13%
G = 18.84%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D33E38 (or 0xD33E38) is known color: Persian Red. HEX triplet: D3, 3E and 38. RGB value is (211,62,56). Sum of RGB (Red+Green+Blue) = 211+62+56=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E38 is #2CC1C7. Grayscale: #6A6A6A. Windows color (decimal): -2933192 or 3686099. OLE color: 3686099.

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

Color convert

RGB 211 62 56 -
CMYK 0 0.71 0.73 0.17
HSL 2.32º 0.64% 0.52% -
HSV(B) 2.32º 0.73% 0.83% -
XYZ 29.3 17.58 5.59 -
YUV 105.87 99.86 202.99 -
System Red Green Blue C M Y K H S L
Decimal 211 62 56 0 0.71 0.73 0.17 2.32 0.64 0.52
Hex D3 3E 38 0 47 49 11 2 40 34
Octal 323 76 70 0 107 111 21 2 100 64
Binary 11010011 111110 111000 0 1000111 1001001 10001 10 1000000 110100

Color Harmonies of #D33E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E38

Black with #D33E38

Text Example


Text Example

White with #D33E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E38; }

 p { color: rgb(211,62,56); }

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

background-color css

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

 a { background-color: rgb(211,62,56); }

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

border-color css

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

 span { border-color: rgb(211,62,56); }

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