Html Css Color HEX #C23C35 Persian Red

📋 copy color: '#C23C35'

red 194 ◦ green 60 ◦ blue 53

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

Shades of Persian Red #C23C35

Tints of Persian Red #C23C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 63.19%
G = 19.54%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23C35 (or 0xC23C35) is known color: Persian Red. HEX triplet: C2, 3C and 35. RGB value is (194,60,53). Sum of RGB (Red+Green+Blue) = 194+60+53=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C35 is #3DC3CA. Grayscale: #636363. Windows color (decimal): -4047819 or 3488962. OLE color: 3488962.

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

Color convert

RGB 194 60 53 -
CMYK 0 0.69 0.73 0.24
HSL 2.98º 0.57% 0.48% -
HSV(B) 2.98º 0.73% 0.76% -
XYZ 24.51 14.96 4.96 -
YUV 99.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 194 60 53 0 0.69 0.73 0.24 2.98 0.57 0.48
Hex C2 3C 35 0 45 49 18 3 39 30
Octal 302 74 65 0 105 111 30 3 71 60
Binary 11000010 111100 110101 0 1000101 1001001 11000 11 111001 110000

Color Harmonies of #C23C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C35

Black with #C23C35

Text Example


Text Example

White with #C23C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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