Html Css Color HEX #C23C37 Persian Red

📋 copy color: '#C23C37'

red 194 ◦ green 60 ◦ blue 55

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

Shades of Persian Red #C23C37

Tints of Persian Red #C23C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 62.78%
G = 19.42%
B = 17.8%

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

#C23C37 (or 0xC23C37) is known color: Persian Red. HEX triplet: C2, 3C and 37. RGB value is (194,60,55). Sum of RGB (Red+Green+Blue) = 194+60+55=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C37 is #3DC3C8. Grayscale: #636363. Windows color (decimal): -4047817 or 3620034. OLE color: 3620034.

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

Color convert

RGB 194 60 55 -
CMYK 0 0.69 0.72 0.24
HSL 2.16º 0.56% 0.49% -
HSV(B) 2.16º 0.72% 0.76% -
XYZ 24.55 14.98 5.21 -
YUV 99.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 194 60 55 0 0.69 0.72 0.24 2.16 0.56 0.49
Hex C2 3C 37 0 45 48 18 2 38 31
Octal 302 74 67 0 105 110 30 2 70 61
Binary 11000010 111100 110111 0 1000101 1001000 11000 10 111000 110001

Color Harmonies of #C23C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C37

Black with #C23C37

Text Example


Text Example

White with #C23C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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