Html Css Color HEX #C23E3C Persian Red

📋 copy color: '#C23E3C'

red 194 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #C23E3C

Tints of Persian Red #C23E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 61.39%
G = 19.62%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C23E3C (or 0xC23E3C) is known color: Persian Red. HEX triplet: C2, 3E and 3C. RGB value is (194,62,60). Sum of RGB (Red+Green+Blue) = 194+62+60=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E3C is #3DC1C3. Grayscale: #656565. Windows color (decimal): -4047300 or 3948226. OLE color: 3948226.

HSL color Cylindrical-coordinate representation of color #C23E3C: hue angle of 0.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23E3C is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 62 60 -
CMYK 0 0.68 0.69 0.24
HSL 0.9º 0.53% 0.5% -
HSV(B) 0.9º 0.69% 0.76% -
XYZ 24.79 15.24 5.91 -
YUV 101.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 194 62 60 0 0.68 0.69 0.24 0.9 0.53 0.5
Hex C2 3E 3C 0 44 45 18 1 35 32
Octal 302 76 74 0 104 105 30 1 65 62
Binary 11000010 111110 111100 0 1000100 1000101 11000 1 110101 110010

Color Harmonies of #C23E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E3C

Black with #C23E3C

Text Example


Text Example

White with #C23E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E3C; }

 p { color: rgb(194,62,60); }

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

background-color css

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

 a { background-color: rgb(194,62,60); }

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

border-color css

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

 span { border-color: rgb(194,62,60); }

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