Html Css Color HEX #C23829 Persian Red

📋 copy color: '#C23829'

red 194 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #C23829

Tints of Persian Red #C23829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

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

R = 66.67%
G = 19.24%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23829 (or 0xC23829) is known color: Persian Red. HEX triplet: C2, 38 and 29. RGB value is (194,56,41). Sum of RGB (Red+Green+Blue) = 194+56+41=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C23829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23829 is #3DC7D6. Grayscale: #5F5F5F. Windows color (decimal): -4048855 or 2701506. OLE color: 2701506.

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

Color convert

RGB 194 56 41 -
CMYK 0 0.71 0.79 0.24
HSL 5.88º 0.65% 0.46% -
HSV(B) 5.88º 0.79% 0.76% -
XYZ 24.06 14.46 3.62 -
YUV 95.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 194 56 41 0 0.71 0.79 0.24 5.88 0.65 0.46
Hex C2 38 29 0 47 4F 18 6 41 2E
Octal 302 70 51 0 107 117 30 6 101 56
Binary 11000010 111000 101001 0 1000111 1001111 11000 110 1000001 101110

Color Harmonies of #C23829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23829

Black with #C23829

Text Example


Text Example

White with #C23829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23829; }

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

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

background-color css

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

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

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

border-color css

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

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

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