Html Css Color HEX #C23529 Persian Red

📋 copy color: '#C23529'

red 194 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #C23529

Tints of Persian Red #C23529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 67.36%
G = 18.4%
B = 14.24%

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

#C23529 (or 0xC23529) is known color: Persian Red. HEX triplet: C2, 35 and 29. RGB value is (194,53,41). Sum of RGB (Red+Green+Blue) = 194+53+41=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C23529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23529 is #3DCAD6. Grayscale: #5D5D5D. Windows color (decimal): -4049623 or 2700738. OLE color: 2700738.

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

Color convert

RGB 194 53 41 -
CMYK 0 0.73 0.79 0.24
HSL 4.71º 0.65% 0.46% -
HSV(B) 4.71º 0.79% 0.76% -
XYZ 23.92 14.18 3.57 -
YUV 93.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 194 53 41 0 0.73 0.79 0.24 4.71 0.65 0.46
Hex C2 35 29 0 49 4F 18 5 41 2E
Octal 302 65 51 0 111 117 30 5 101 56
Binary 11000010 110101 101001 0 1001001 1001111 11000 101 1000001 101110

Color Harmonies of #C23529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23529

Black with #C23529

Text Example


Text Example

White with #C23529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23529; }

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

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

background-color css

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

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

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

border-color css

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

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

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