Html Css Color HEX #D5332C Persian Red

📋 copy color: '#D5332C'

red 213 ◦ green 51 ◦ blue 44

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

Shades of Persian Red #D5332C

Tints of Persian Red #D5332C

RGB

 RED value IS 213 (83.59% from 255) = 69.16%

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 69.16%
G = 16.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5332C (or 0xD5332C) is known color: Persian Red. HEX triplet: D5, 33 and 2C. RGB value is (213,51,44). Sum of RGB (Red+Green+Blue) = 213+51+44=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5332C is #2ACCD3. Grayscale: #626262. Windows color (decimal): -2804948 or 2896853. OLE color: 2896853.

HSL color Cylindrical-coordinate representation of color #D5332C: hue angle of 2.49º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5332C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 44 -
CMYK 0 0.76 0.79 0.16
HSL 2.49º 0.67% 0.5% -
HSV(B) 2.49º 0.79% 0.84% -
XYZ 29.08 16.7 4.07 -
YUV 98.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 213 51 44 0 0.76 0.79 0.16 2.49 0.67 0.5
Hex D5 33 2C 0 4C 4F 10 2 43 32
Octal 325 63 54 0 114 117 20 2 103 62
Binary 11010101 110011 101100 0 1001100 1001111 10000 10 1000011 110010

Color Harmonies of #D5332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5332C

Black with #D5332C

Text Example


Text Example

White with #D5332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5332C; }

 p { color: rgb(213,51,44); }

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

background-color css

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

 a { background-color: rgb(213,51,44); }

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

border-color css

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

 span { border-color: rgb(213,51,44); }

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