Html Css Color HEX #C53433 Persian Red

📋 copy color: '#C53433'

red 197 ◦ green 52 ◦ blue 51

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

Shades of Persian Red #C53433

Tints of Persian Red #C53433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 65.67%
G = 17.33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C53433 (or 0xC53433) is known color: Persian Red. HEX triplet: C5, 34 and 33. RGB value is (197,52,51). Sum of RGB (Red+Green+Blue) = 197+52+51=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53433 is #3ACBCC. Grayscale: #5F5F5F. Windows color (decimal): -3853261 or 3355845. OLE color: 3355845.

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

Color convert

RGB 197 52 51 -
CMYK 0 0.74 0.74 0.23
HSL 0.41º 0.59% 0.49% -
HSV(B) 0.41º 0.74% 0.77% -
XYZ 24.85 14.57 4.63 -
YUV 95.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 197 52 51 0 0.74 0.74 0.23 0.41 0.59 0.49
Hex C5 34 33 0 4A 4A 17 0 3B 31
Octal 305 64 63 0 112 112 27 0 73 61
Binary 11000101 110100 110011 0 1001010 1001010 10111 0 111011 110001

Color Harmonies of #C53433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53433

Black with #C53433

Text Example


Text Example

White with #C53433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53433; }

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

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

background-color css

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

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

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

border-color css

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

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

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