Html Css Color HEX #D33E25 Persian Red

📋 copy color: '#D33E25'

red 211 ◦ green 62 ◦ blue 37

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

Shades of Persian Red #D33E25

Tints of Persian Red #D33E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 68.06%
G = 20%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D33E25 (or 0xD33E25) is known color: Persian Red. HEX triplet: D3, 3E and 25. RGB value is (211,62,37). Sum of RGB (Red+Green+Blue) = 211+62+37=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E25 is #2CC1DA. Grayscale: #676767. Windows color (decimal): -2933211 or 2440915. OLE color: 2440915.

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

Color convert

RGB 211 62 37 -
CMYK 0 0.71 0.82 0.17
HSL 8.62º 0.7% 0.49% -
HSV(B) 8.62º 0.82% 0.83% -
XYZ 28.92 17.43 3.59 -
YUV 103.7 90.36 204.53 -
System Red Green Blue C M Y K H S L
Decimal 211 62 37 0 0.71 0.82 0.17 8.62 0.7 0.49
Hex D3 3E 25 0 47 52 11 9 46 31
Octal 323 76 45 0 107 122 21 11 106 61
Binary 11010011 111110 100101 0 1000111 1010010 10001 1001 1000110 110001

Color Harmonies of #D33E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E25

Black with #D33E25

Text Example


Text Example

White with #D33E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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