Html Css Color HEX #D33830 Persian Red

📋 copy color: '#D33830'

red 211 ◦ green 56 ◦ blue 48

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

Shades of Persian Red #D33830

Tints of Persian Red #D33830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 66.98%
G = 17.78%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D33830 (or 0xD33830) is known color: Persian Red. HEX triplet: D3, 38 and 30. RGB value is (211,56,48). Sum of RGB (Red+Green+Blue) = 211+56+48=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D33830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33830 is #2CC7CF. Grayscale: #656565. Windows color (decimal): -2934736 or 3160275. OLE color: 3160275.

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

Color convert

RGB 211 56 48 -
CMYK 0 0.73 0.77 0.17
HSL 2.94º 0.65% 0.51% -
HSV(B) 2.94º 0.77% 0.83% -
XYZ 28.81 16.89 4.54 -
YUV 101.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 211 56 48 0 0.73 0.77 0.17 2.94 0.65 0.51
Hex D3 38 30 0 49 4D 11 3 41 33
Octal 323 70 60 0 111 115 21 3 101 63
Binary 11010011 111000 110000 0 1001001 1001101 10001 11 1000001 110011

Color Harmonies of #D33830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33830

Black with #D33830

Text Example


Text Example

White with #D33830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33830; }

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

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

background-color css

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

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

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

border-color css

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

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

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