Html Css Color HEX #C23726 Persian Red

📋 copy color: '#C23726'

red 194 ◦ green 55 ◦ blue 38

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

Shades of Persian Red #C23726

Tints of Persian Red #C23726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 67.6%
G = 19.16%
B = 13.24%

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

#C23726 (or 0xC23726) is known color: Persian Red. HEX triplet: C2, 37 and 26. RGB value is (194,55,38). Sum of RGB (Red+Green+Blue) = 194+55+38=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C23726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23726 is #3DC8D9. Grayscale: #5E5E5E. Windows color (decimal): -4049114 or 2504642. OLE color: 2504642.

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

Color convert

RGB 194 55 38 -
CMYK 0 0.72 0.80 0.24
HSL 6.54º 0.67% 0.45% -
HSV(B) 6.54º 0.8% 0.76% -
XYZ 23.96 14.34 3.34 -
YUV 94.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 194 55 38 0 0.72 0.80 0.24 6.54 0.67 0.45
Hex C2 37 26 0 48 50 18 7 43 2D
Octal 302 67 46 0 110 120 30 7 103 55
Binary 11000010 110111 100110 0 1001000 1010000 11000 111 1000011 101101

Color Harmonies of #C23726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23726

Black with #C23726

Text Example


Text Example

White with #C23726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23726; }

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

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

background-color css

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

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

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

border-color css

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

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

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