Html Css Color HEX #D33925 Persian Red

📋 copy color: '#D33925'

red 211 ◦ green 57 ◦ blue 37

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

Shades of Persian Red #D33925

Tints of Persian Red #D33925

RGB

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

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

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

R = 69.18%
G = 18.69%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D33925 (or 0xD33925) is known color: Persian Red. HEX triplet: D3, 39 and 25. RGB value is (211,57,37). Sum of RGB (Red+Green+Blue) = 211+57+37=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D33925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33925 is #2CC6DA. Grayscale: #656565. Windows color (decimal): -2934491 or 2439635. OLE color: 2439635.

HSL color Cylindrical-coordinate representation of color #D33925: hue angle of 6.9º 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 #D33925 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 57 37 -
CMYK 0 0.73 0.82 0.17
HSL 6.9º 0.7% 0.49% -
HSV(B) 6.9º 0.82% 0.83% -
XYZ 28.66 16.91 3.5 -
YUV 100.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 211 57 37 0 0.73 0.82 0.17 6.9 0.7 0.49
Hex D3 39 25 0 49 52 11 7 46 31
Octal 323 71 45 0 111 122 21 7 106 61
Binary 11010011 111001 100101 0 1001001 1010010 10001 111 1000110 110001

Color Harmonies of #D33925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33925

Black with #D33925

Text Example


Text Example

White with #D33925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33925; }

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

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

background-color css

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

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

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

border-color css

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

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

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