Html Css Color HEX #C23737 Persian Red

📋 copy color: '#C23737'

red 194 ◦ green 55 ◦ blue 55

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

Shades of Persian Red #C23737

Tints of Persian Red #C23737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 63.82%
G = 18.09%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C23737 (or 0xC23737) is known color: Persian Red. HEX triplet: C2, 37 and 37. RGB value is (194,55,55). Sum of RGB (Red+Green+Blue) = 194+55+55=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C23737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23737 is #3DC8C8. Grayscale: #606060. Windows color (decimal): -4049097 or 3618754. OLE color: 3618754.

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

Color convert

RGB 194 55 55 -
CMYK 0 0.72 0.72 0.24
HSL 0.56% 0.49% -
HSV(B) 0.72% 0.76% -
XYZ 24.3 14.48 5.13 -
YUV 96.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 194 55 55 0 0.72 0.72 0.24 0 0.56 0.49
Hex C2 37 37 0 48 48 18 0 38 31
Octal 302 67 67 0 110 110 30 0 70 61
Binary 11000010 110111 110111 0 1001000 1001000 11000 0 111000 110001

Color Harmonies of #C23737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23737

Black with #C23737

Text Example


Text Example

White with #C23737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23737; }

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

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

background-color css

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

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

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

border-color css

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

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

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