Html Css Color HEX #D33C2A Persian Red

📋 copy color: '#D33C2A'

red 211 ◦ green 60 ◦ blue 42

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

Shades of Persian Red #D33C2A

Tints of Persian Red #D33C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 67.41%
G = 19.17%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D33C2A (or 0xD33C2A) is known color: Persian Red. HEX triplet: D3, 3C and 2A. RGB value is (211,60,42). Sum of RGB (Red+Green+Blue) = 211+60+42=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C2A is #2CC3D5. Grayscale: #676767. Windows color (decimal): -2933718 or 2768083. OLE color: 2768083.

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

Color convert

RGB 211 60 42 -
CMYK 0 0.72 0.80 0.17
HSL 6.39º 0.67% 0.5% -
HSV(B) 6.39º 0.8% 0.83% -
XYZ 28.9 17.25 4 -
YUV 103.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 211 60 42 0 0.72 0.80 0.17 6.39 0.67 0.5
Hex D3 3C 2A 0 48 50 11 6 43 32
Octal 323 74 52 0 110 120 21 6 103 62
Binary 11010011 111100 101010 0 1001000 1010000 10001 110 1000011 110010

Color Harmonies of #D33C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C2A

Black with #D33C2A

Text Example


Text Example

White with #D33C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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