Html Css Color HEX #C23929 Persian Red

📋 copy color: '#C23929'

red 194 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #C23929

Tints of Persian Red #C23929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

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

R = 66.44%
G = 19.52%
B = 14.04%

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

#C23929 (or 0xC23929) is known color: Persian Red. HEX triplet: C2, 39 and 29. RGB value is (194,57,41). Sum of RGB (Red+Green+Blue) = 194+57+41=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C23929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23929 is #3DC6D6. Grayscale: #606060. Windows color (decimal): -4048599 or 2701762. OLE color: 2701762.

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

Color convert

RGB 194 57 41 -
CMYK 0 0.71 0.79 0.24
HSL 6.27º 0.65% 0.46% -
HSV(B) 6.27º 0.79% 0.76% -
XYZ 24.11 14.56 3.64 -
YUV 96.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 194 57 41 0 0.71 0.79 0.24 6.27 0.65 0.46
Hex C2 39 29 0 47 4F 18 6 41 2E
Octal 302 71 51 0 107 117 30 6 101 56
Binary 11000010 111001 101001 0 1000111 1001111 11000 110 1000001 101110

Color Harmonies of #C23929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23929

Black with #C23929

Text Example


Text Example

White with #C23929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23929; }

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

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

background-color css

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

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

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

border-color css

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

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

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