Html Css Color HEX #D33F3D Persian Red

📋 copy color: '#D33F3D'

red 211 ◦ green 63 ◦ blue 61

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

Shades of Persian Red #D33F3D

Tints of Persian Red #D33F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 62.99%
G = 18.81%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D33F3D (or 0xD33F3D) is known color: Persian Red. HEX triplet: D3, 3F and 3D. RGB value is (211,63,61). Sum of RGB (Red+Green+Blue) = 211+63+61=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F3D is #2CC0C2. Grayscale: #6B6B6B. Windows color (decimal): -2932931 or 4014035. OLE color: 4014035.

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

Color convert

RGB 211 63 61 -
CMYK 0 0.70 0.71 0.17
HSL 0.8º 0.63% 0.53% -
HSV(B) 0.8º 0.71% 0.83% -
XYZ 29.48 17.74 6.29 -
YUV 107.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 211 63 61 0 0.70 0.71 0.17 0.8 0.63 0.53
Hex D3 3F 3D 0 46 47 11 1 3F 35
Octal 323 77 75 0 106 107 21 1 77 65
Binary 11010011 111111 111101 0 1000110 1000111 10001 1 111111 110101

Color Harmonies of #D33F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F3D

Black with #D33F3D

Text Example


Text Example

White with #D33F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F3D; }

 p { color: rgb(211,63,61); }

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

background-color css

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

 a { background-color: rgb(211,63,61); }

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

border-color css

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

 span { border-color: rgb(211,63,61); }

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