Html Css Color HEX #C53D33 Persian Red

📋 copy color: '#C53D33'

red 197 ◦ green 61 ◦ blue 51

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

Shades of Persian Red #C53D33

Tints of Persian Red #C53D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 63.75%
G = 19.74%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C53D33 (or 0xC53D33) is known color: Persian Red. HEX triplet: C5, 3D and 33. RGB value is (197,61,51). Sum of RGB (Red+Green+Blue) = 197+61+51=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D33 is #3AC2CC. Grayscale: #646464. Windows color (decimal): -3850957 or 3358149. OLE color: 3358149.

HSL color Cylindrical-coordinate representation of color #C53D33: hue angle of 4.11º 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 #C53D33 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 61 51 -
CMYK 0 0.69 0.74 0.23
HSL 4.11º 0.59% 0.49% -
HSV(B) 4.11º 0.74% 0.77% -
XYZ 25.29 15.45 4.78 -
YUV 100.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 197 61 51 0 0.69 0.74 0.23 4.11 0.59 0.49
Hex C5 3D 33 0 45 4A 17 4 3B 31
Octal 305 75 63 0 105 112 27 4 73 61
Binary 11000101 111101 110011 0 1000101 1001010 10111 100 111011 110001

Color Harmonies of #C53D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D33

Black with #C53D33

Text Example


Text Example

White with #C53D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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