Html Css Color HEX #D33C2C Persian Red

📋 copy color: '#D33C2C'

red 211 ◦ green 60 ◦ blue 44

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

Shades of Persian Red #D33C2C

Tints of Persian Red #D33C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 66.98%
G = 19.05%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D33C2C (or 0xD33C2C) is known color: Persian Red. HEX triplet: D3, 3C and 2C. RGB value is (211,60,44). Sum of RGB (Red+Green+Blue) = 211+60+44=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C2C is #2CC3D3. Grayscale: #676767. Windows color (decimal): -2933716 or 2899155. OLE color: 2899155.

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

Color convert

RGB 211 60 44 -
CMYK 0 0.72 0.79 0.17
HSL 5.75º 0.65% 0.5% -
HSV(B) 5.75º 0.79% 0.83% -
XYZ 28.93 17.26 4.19 -
YUV 103.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 211 60 44 0 0.72 0.79 0.17 5.75 0.65 0.5
Hex D3 3C 2C 0 48 4F 11 6 41 32
Octal 323 74 54 0 110 117 21 6 101 62
Binary 11010011 111100 101100 0 1001000 1001111 10001 110 1000001 110010

Color Harmonies of #D33C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C2C

Black with #D33C2C

Text Example


Text Example

White with #D33C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C2C; }

 p { color: rgb(211,60,44); }

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

background-color css

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

 a { background-color: rgb(211,60,44); }

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

border-color css

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

 span { border-color: rgb(211,60,44); }

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