Html Css Color HEX #C23A27 Persian Red

📋 copy color: '#C23A27'

red 194 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #C23A27

Tints of Persian Red #C23A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

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

R = 66.67%
G = 19.93%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23A27 (or 0xC23A27) is known color: Persian Red. HEX triplet: C2, 3A and 27. RGB value is (194,58,39). Sum of RGB (Red+Green+Blue) = 194+58+39=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A27 is #3DC5D8. Grayscale: #606060. Windows color (decimal): -4048345 or 2570946. OLE color: 2570946.

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

Color convert

RGB 194 58 39 -
CMYK 0 0.70 0.80 0.24
HSL 7.35º 0.67% 0.46% -
HSV(B) 7.35º 0.8% 0.76% -
XYZ 24.13 14.64 3.47 -
YUV 96.5 95.56 197.54 -
System Red Green Blue C M Y K H S L
Decimal 194 58 39 0 0.70 0.80 0.24 7.35 0.67 0.46
Hex C2 3A 27 0 46 50 18 7 43 2E
Octal 302 72 47 0 106 120 30 7 103 56
Binary 11000010 111010 100111 0 1000110 1010000 11000 111 1000011 101110

Color Harmonies of #C23A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A27

Black with #C23A27

Text Example


Text Example

White with #C23A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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