Html Css Color HEX #C23C27 Persian Red

📋 copy color: '#C23C27'

red 194 ◦ green 60 ◦ blue 39

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

Shades of Persian Red #C23C27

Tints of Persian Red #C23C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 66.21%
G = 20.48%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23C27 (or 0xC23C27) is known color: Persian Red. HEX triplet: C2, 3C and 27. RGB value is (194,60,39). Sum of RGB (Red+Green+Blue) = 194+60+39=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C27 is #3DC3D8. Grayscale: #616161. Windows color (decimal): -4047833 or 2571458. OLE color: 2571458.

HSL color Cylindrical-coordinate representation of color #C23C27: hue angle of 8.13º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23C27 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 39 -
CMYK 0 0.69 0.80 0.24
HSL 8.13º 0.67% 0.46% -
HSV(B) 8.13º 0.8% 0.76% -
XYZ 24.23 14.85 3.51 -
YUV 97.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 194 60 39 0 0.69 0.80 0.24 8.13 0.67 0.46
Hex C2 3C 27 0 45 50 18 8 43 2E
Octal 302 74 47 0 105 120 30 10 103 56
Binary 11000010 111100 100111 0 1000101 1010000 11000 1000 1000011 101110

Color Harmonies of #C23C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C27

Black with #C23C27

Text Example


Text Example

White with #C23C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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