Html Css Color HEX #C53633 Persian Red

📋 copy color: '#C53633'

red 197 ◦ green 54 ◦ blue 51

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

Shades of Persian Red #C53633

Tints of Persian Red #C53633

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 65.23%
G = 17.88%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C53633 (or 0xC53633) is known color: Persian Red. HEX triplet: C5, 36 and 33. RGB value is (197,54,51). Sum of RGB (Red+Green+Blue) = 197+54+51=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53633 is #3AC9CC. Grayscale: #606060. Windows color (decimal): -3852749 or 3356357. OLE color: 3356357.

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

Color convert

RGB 197 54 51 -
CMYK 0 0.73 0.74 0.23
HSL 1.23º 0.59% 0.49% -
HSV(B) 1.23º 0.74% 0.77% -
XYZ 24.94 14.75 4.66 -
YUV 96.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 197 54 51 0 0.73 0.74 0.23 1.23 0.59 0.49
Hex C5 36 33 0 49 4A 17 1 3B 31
Octal 305 66 63 0 111 112 27 1 73 61
Binary 11000101 110110 110011 0 1001001 1001010 10111 1 111011 110001

Color Harmonies of #C53633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53633

Black with #C53633

Text Example


Text Example

White with #C53633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53633; }

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

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

background-color css

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

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

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

border-color css

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

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

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