Html Css Color HEX #C23735 Persian Red

📋 copy color: '#C23735'

red 194 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #C23735

Tints of Persian Red #C23735

RGB

 RED value IS 194 (76.17% from 255) = 64.24%

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 64.24%
G = 18.21%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23735 (or 0xC23735) is known color: Persian Red. HEX triplet: C2, 37 and 35. RGB value is (194,55,53). Sum of RGB (Red+Green+Blue) = 194+55+53=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C23735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23735 is #3DC8CA. Grayscale: #606060. Windows color (decimal): -4049099 or 3487682. OLE color: 3487682.

HSL color Cylindrical-coordinate representation of color #C23735: hue angle of 0.85º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23735 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 53 -
CMYK 0 0.72 0.73 0.24
HSL 0.85º 0.57% 0.48% -
HSV(B) 0.85º 0.73% 0.76% -
XYZ 24.26 14.46 4.88 -
YUV 96.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 194 55 53 0 0.72 0.73 0.24 0.85 0.57 0.48
Hex C2 37 35 0 48 49 18 1 39 30
Octal 302 67 65 0 110 111 30 1 71 60
Binary 11000010 110111 110101 0 1001000 1001001 11000 1 111001 110000

Color Harmonies of #C23735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23735

Black with #C23735

Text Example


Text Example

White with #C23735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23735; }

 p { color: rgb(194,55,53); }

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

background-color css

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

 a { background-color: rgb(194,55,53); }

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

border-color css

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

 span { border-color: rgb(194,55,53); }

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