Html Css Color HEX #C23B37 Persian Red

📋 copy color: '#C23B37'

red 194 ◦ green 59 ◦ blue 55

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

Shades of Persian Red #C23B37

Tints of Persian Red #C23B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

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

R = 62.99%
G = 19.16%
B = 17.86%

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

#C23B37 (or 0xC23B37) is known color: Persian Red. HEX triplet: C2, 3B and 37. RGB value is (194,59,55). Sum of RGB (Red+Green+Blue) = 194+59+55=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B37 is #3DC4C8. Grayscale: #636363. Windows color (decimal): -4048073 or 3619778. OLE color: 3619778.

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

Color convert

RGB 194 59 55 -
CMYK 0 0.70 0.72 0.24
HSL 1.73º 0.56% 0.49% -
HSV(B) 1.73º 0.72% 0.76% -
XYZ 24.5 14.87 5.19 -
YUV 98.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 194 59 55 0 0.70 0.72 0.24 1.73 0.56 0.49
Hex C2 3B 37 0 46 48 18 2 38 31
Octal 302 73 67 0 106 110 30 2 70 61
Binary 11000010 111011 110111 0 1000110 1001000 11000 10 111000 110001

Color Harmonies of #C23B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B37

Black with #C23B37

Text Example


Text Example

White with #C23B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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