Html Css Color HEX #C23526 Persian Red

📋 copy color: '#C23526'

red 194 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #C23526

Tints of Persian Red #C23526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

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

R = 68.07%
G = 18.6%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23526 (or 0xC23526) is known color: Persian Red. HEX triplet: C2, 35 and 26. RGB value is (194,53,38). Sum of RGB (Red+Green+Blue) = 194+53+38=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C23526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23526 is #3DCAD9. Grayscale: #5D5D5D. Windows color (decimal): -4049626 or 2504130. OLE color: 2504130.

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

Color convert

RGB 194 53 38 -
CMYK 0 0.73 0.80 0.24
HSL 5.77º 0.67% 0.45% -
HSV(B) 5.77º 0.8% 0.76% -
XYZ 23.87 14.16 3.31 -
YUV 93.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 194 53 38 0 0.73 0.80 0.24 5.77 0.67 0.45
Hex C2 35 26 0 49 50 18 6 43 2D
Octal 302 65 46 0 111 120 30 6 103 55
Binary 11000010 110101 100110 0 1001001 1010000 11000 110 1000011 101101

Color Harmonies of #C23526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23526

Black with #C23526

Text Example


Text Example

White with #C23526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23526; }

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

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

background-color css

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

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

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

border-color css

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

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

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