Html Css Color HEX #C23A37 Persian Red

📋 copy color: '#C23A37'

red 194 ◦ green 58 ◦ blue 55

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

Shades of Persian Red #C23A37

Tints of Persian Red #C23A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 63.19%
G = 18.89%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C23A37 (or 0xC23A37) is known color: Persian Red. HEX triplet: C2, 3A and 37. RGB value is (194,58,55). Sum of RGB (Red+Green+Blue) = 194+58+55=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A37 is #3DC5C8. Grayscale: #626262. Windows color (decimal): -4048329 or 3619522. OLE color: 3619522.

HSL color Cylindrical-coordinate representation of color #C23A37: hue angle of 1.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23A37 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 55 -
CMYK 0 0.70 0.72 0.24
HSL 1.29º 0.56% 0.49% -
HSV(B) 1.29º 0.72% 0.76% -
XYZ 24.45 14.77 5.18 -
YUV 98.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 194 58 55 0 0.70 0.72 0.24 1.29 0.56 0.49
Hex C2 3A 37 0 46 48 18 1 38 31
Octal 302 72 67 0 106 110 30 1 70 61
Binary 11000010 111010 110111 0 1000110 1001000 11000 1 111000 110001

Color Harmonies of #C23A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A37

Black with #C23A37

Text Example


Text Example

White with #C23A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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