Html Css Color HEX #C23934 Persian Red

📋 copy color: '#C23934'

red 194 ◦ green 57 ◦ blue 52

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

Shades of Persian Red #C23934

Tints of Persian Red #C23934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 64.03%
G = 18.81%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23934 (or 0xC23934) is known color: Persian Red. HEX triplet: C2, 39 and 34. RGB value is (194,57,52). Sum of RGB (Red+Green+Blue) = 194+57+52=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C23934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23934 is #3DC6CB. Grayscale: #616161. Windows color (decimal): -4048588 or 3422658. OLE color: 3422658.

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

Color convert

RGB 194 57 52 -
CMYK 0 0.71 0.73 0.24
HSL 2.11º 0.58% 0.48% -
HSV(B) 2.11º 0.73% 0.76% -
XYZ 24.33 14.64 4.79 -
YUV 97.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 194 57 52 0 0.71 0.73 0.24 2.11 0.58 0.48
Hex C2 39 34 0 47 49 18 2 3A 30
Octal 302 71 64 0 107 111 30 2 72 60
Binary 11000010 111001 110100 0 1000111 1001001 11000 10 111010 110000

Color Harmonies of #C23934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23934

Black with #C23934

Text Example


Text Example

White with #C23934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23934; }

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

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

background-color css

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

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

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

border-color css

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

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

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