Html Css Color HEX #C23727 Persian Red

📋 copy color: '#C23727'

red 194 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #C23727

Tints of Persian Red #C23727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 67.36%
G = 19.1%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23727 (or 0xC23727) is known color: Persian Red. HEX triplet: C2, 37 and 27. RGB value is (194,55,39). Sum of RGB (Red+Green+Blue) = 194+55+39=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C23727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23727 is #3DC8D8. Grayscale: #5E5E5E. Windows color (decimal): -4049113 or 2570178. OLE color: 2570178.

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

Color convert

RGB 194 55 39 -
CMYK 0 0.72 0.80 0.24
HSL 6.19º 0.67% 0.46% -
HSV(B) 6.19º 0.8% 0.76% -
XYZ 23.98 14.35 3.43 -
YUV 94.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 194 55 39 0 0.72 0.80 0.24 6.19 0.67 0.46
Hex C2 37 27 0 48 50 18 6 43 2E
Octal 302 67 47 0 110 120 30 6 103 56
Binary 11000010 110111 100111 0 1001000 1010000 11000 110 1000011 101110

Color Harmonies of #C23727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23727

Black with #C23727

Text Example


Text Example

White with #C23727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23727; }

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

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

background-color css

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

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

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

border-color css

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

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

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