Html Css Color HEX #C23927 Persian Red

📋 copy color: '#C23927'

red 194 ◦ green 57 ◦ blue 39

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

Shades of Persian Red #C23927

Tints of Persian Red #C23927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 66.9%
G = 19.66%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23927 (or 0xC23927) is known color: Persian Red. HEX triplet: C2, 39 and 27. RGB value is (194,57,39). Sum of RGB (Red+Green+Blue) = 194+57+39=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C23927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23927 is #3DC6D8. Grayscale: #606060. Windows color (decimal): -4048601 or 2570690. OLE color: 2570690.

HSL color Cylindrical-coordinate representation of color #C23927: hue angle of 6.97º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23927 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 39 -
CMYK 0 0.71 0.80 0.24
HSL 6.97º 0.67% 0.46% -
HSV(B) 6.97º 0.8% 0.76% -
XYZ 24.08 14.54 3.46 -
YUV 95.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 194 57 39 0 0.71 0.80 0.24 6.97 0.67 0.46
Hex C2 39 27 0 47 50 18 7 43 2E
Octal 302 71 47 0 107 120 30 7 103 56
Binary 11000010 111001 100111 0 1000111 1010000 11000 111 1000011 101110

Color Harmonies of #C23927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23927

Black with #C23927

Text Example


Text Example

White with #C23927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23927; }

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

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

background-color css

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

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

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

border-color css

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

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

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