Html Css Color HEX #C23C36 Persian Red

📋 copy color: '#C23C36'

red 194 ◦ green 60 ◦ blue 54

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

Shades of Persian Red #C23C36

Tints of Persian Red #C23C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 62.99%
G = 19.48%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C23C36 (or 0xC23C36) is known color: Persian Red. HEX triplet: C2, 3C and 36. RGB value is (194,60,54). Sum of RGB (Red+Green+Blue) = 194+60+54=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C36 is #3DC3C9. Grayscale: #636363. Windows color (decimal): -4047818 or 3554498. OLE color: 3554498.

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

Color convert

RGB 194 60 54 -
CMYK 0 0.69 0.72 0.24
HSL 2.57º 0.56% 0.49% -
HSV(B) 2.57º 0.72% 0.76% -
XYZ 24.53 14.97 5.09 -
YUV 99.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 194 60 54 0 0.69 0.72 0.24 2.57 0.56 0.49
Hex C2 3C 36 0 45 48 18 3 38 31
Octal 302 74 66 0 105 110 30 3 70 61
Binary 11000010 111100 110110 0 1000101 1001000 11000 11 111000 110001

Color Harmonies of #C23C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C36

Black with #C23C36

Text Example


Text Example

White with #C23C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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