Html Css Color HEX #C5332E Persian Red

📋 copy color: '#C5332E'

red 197 ◦ green 51 ◦ blue 46

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

Shades of Persian Red #C5332E

Tints of Persian Red #C5332E

RGB

 RED value IS 197 (77.34% from 255) = 67.01%

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 67.01%
G = 17.35%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5332E (or 0xC5332E) is known color: Persian Red. HEX triplet: C5, 33 and 2E. RGB value is (197,51,46). Sum of RGB (Red+Green+Blue) = 197+51+46=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5332E is #3ACCD1. Grayscale: #5E5E5E. Windows color (decimal): -3853522 or 3027909. OLE color: 3027909.

HSL color Cylindrical-coordinate representation of color #C5332E: hue angle of 1.99º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5332E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 46 -
CMYK 0 0.74 0.77 0.23
HSL 1.99º 0.62% 0.48% -
HSV(B) 1.99º 0.77% 0.77% -
XYZ 24.7 14.44 4.07 -
YUV 94.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 197 51 46 0 0.74 0.77 0.23 1.99 0.62 0.48
Hex C5 33 2E 0 4A 4D 17 2 3E 30
Octal 305 63 56 0 112 115 27 2 76 60
Binary 11000101 110011 101110 0 1001010 1001101 10111 10 111110 110000

Color Harmonies of #C5332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5332E

Black with #C5332E

Text Example


Text Example

White with #C5332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5332E; }

 p { color: rgb(197,51,46); }

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

background-color css

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

 a { background-color: rgb(197,51,46); }

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

border-color css

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

 span { border-color: rgb(197,51,46); }

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