Html Css Color HEX #C23C34 Persian Red

📋 copy color: '#C23C34'

red 194 ◦ green 60 ◦ blue 52

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

Shades of Persian Red #C23C34

Tints of Persian Red #C23C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 63.4%
G = 19.61%
B = 16.99%

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

#C23C34 (or 0xC23C34) is known color: Persian Red. HEX triplet: C2, 3C and 34. RGB value is (194,60,52). Sum of RGB (Red+Green+Blue) = 194+60+52=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C34 is #3DC3CB. Grayscale: #636363. Windows color (decimal): -4047820 or 3423426. OLE color: 3423426.

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

Color convert

RGB 194 60 52 -
CMYK 0 0.69 0.73 0.24
HSL 3.38º 0.58% 0.48% -
HSV(B) 3.38º 0.73% 0.76% -
XYZ 24.48 14.95 4.84 -
YUV 99.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 194 60 52 0 0.69 0.73 0.24 3.38 0.58 0.48
Hex C2 3C 34 0 45 49 18 3 3A 30
Octal 302 74 64 0 105 111 30 3 72 60
Binary 11000010 111100 110100 0 1000101 1001001 11000 11 111010 110000

Color Harmonies of #C23C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C34

Black with #C23C34

Text Example


Text Example

White with #C23C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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