Html Css Color HEX #C23329 Persian Red

📋 copy color: '#C23329'

red 194 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #C23329

Tints of Persian Red #C23329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

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

R = 67.83%
G = 17.83%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23329 (or 0xC23329) is known color: Persian Red. HEX triplet: C2, 33 and 29. RGB value is (194,51,41). Sum of RGB (Red+Green+Blue) = 194+51+41=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C23329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23329 is #3DCCD6. Grayscale: #5C5C5C. Windows color (decimal): -4050135 or 2700226. OLE color: 2700226.

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

Color convert

RGB 194 51 41 -
CMYK 0 0.74 0.79 0.24
HSL 3.92º 0.65% 0.46% -
HSV(B) 3.92º 0.79% 0.76% -
XYZ 23.83 14 3.54 -
YUV 92.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 194 51 41 0 0.74 0.79 0.24 3.92 0.65 0.46
Hex C2 33 29 0 4A 4F 18 4 41 2E
Octal 302 63 51 0 112 117 30 4 101 56
Binary 11000010 110011 101001 0 1001010 1001111 11000 100 1000001 101110

Color Harmonies of #C23329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23329

Black with #C23329

Text Example


Text Example

White with #C23329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23329; }

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

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

background-color css

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

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

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

border-color css

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

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

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