Html Css Color HEX #C23528 Persian Red

📋 copy color: '#C23528'

red 194 ◦ green 53 ◦ blue 40

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

Shades of Persian Red #C23528

Tints of Persian Red #C23528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 67.6%
G = 18.47%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23528 (or 0xC23528) is known color: Persian Red. HEX triplet: C2, 35 and 28. RGB value is (194,53,40). Sum of RGB (Red+Green+Blue) = 194+53+40=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C23528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23528 is #3DCAD7. Grayscale: #5D5D5D. Windows color (decimal): -4049624 or 2635202. OLE color: 2635202.

HSL color Cylindrical-coordinate representation of color #C23528: hue angle of 5.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C23528 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 40 -
CMYK 0 0.73 0.79 0.24
HSL 5.06º 0.66% 0.46% -
HSV(B) 5.06º 0.79% 0.76% -
XYZ 23.9 14.17 3.48 -
YUV 93.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 194 53 40 0 0.73 0.79 0.24 5.06 0.66 0.46
Hex C2 35 28 0 49 4F 18 5 42 2E
Octal 302 65 50 0 111 117 30 5 102 56
Binary 11000010 110101 101000 0 1001001 1001111 11000 101 1000010 101110

Color Harmonies of #C23528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23528

Black with #C23528

Text Example


Text Example

White with #C23528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23528; }

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

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

background-color css

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

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

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

border-color css

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

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

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