Html Css Color HEX #C23935 Persian Red

📋 copy color: '#C23935'

red 194 ◦ green 57 ◦ blue 53

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

Shades of Persian Red #C23935

Tints of Persian Red #C23935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 63.82%
G = 18.75%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23935 (or 0xC23935) is known color: Persian Red. HEX triplet: C2, 39 and 35. RGB value is (194,57,53). Sum of RGB (Red+Green+Blue) = 194+57+53=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C23935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23935 is #3DC6CA. Grayscale: #616161. Windows color (decimal): -4048587 or 3488194. OLE color: 3488194.

HSL color Cylindrical-coordinate representation of color #C23935: hue angle of 1.7º 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 #C23935 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 53 -
CMYK 0 0.71 0.73 0.24
HSL 1.7º 0.57% 0.48% -
HSV(B) 1.7º 0.73% 0.76% -
XYZ 24.35 14.65 4.91 -
YUV 97.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 194 57 53 0 0.71 0.73 0.24 1.7 0.57 0.48
Hex C2 39 35 0 47 49 18 2 39 30
Octal 302 71 65 0 107 111 30 2 71 60
Binary 11000010 111001 110101 0 1000111 1001001 11000 10 111001 110000

Color Harmonies of #C23935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23935

Black with #C23935

Text Example


Text Example

White with #C23935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23935; }

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

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

background-color css

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

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

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

border-color css

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

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

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