Html Css Color HEX #C23736 Persian Red

📋 copy color: '#C23736'

red 194 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #C23736

Tints of Persian Red #C23736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 64.03%
G = 18.15%
B = 17.82%

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

#C23736 (or 0xC23736) is known color: Persian Red. HEX triplet: C2, 37 and 36. RGB value is (194,55,54). Sum of RGB (Red+Green+Blue) = 194+55+54=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C23736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23736 is #3DC8C9. Grayscale: #606060. Windows color (decimal): -4049098 or 3553218. OLE color: 3553218.

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

Color convert

RGB 194 55 54 -
CMYK 0 0.72 0.72 0.24
HSL 0.43º 0.56% 0.49% -
HSV(B) 0.43º 0.72% 0.76% -
XYZ 24.28 14.47 5 -
YUV 96.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 194 55 54 0 0.72 0.72 0.24 0.43 0.56 0.49
Hex C2 37 36 0 48 48 18 0 38 31
Octal 302 67 66 0 110 110 30 0 70 61
Binary 11000010 110111 110110 0 1001000 1001000 11000 0 111000 110001

Color Harmonies of #C23736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23736

Black with #C23736

Text Example


Text Example

White with #C23736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23736; }

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

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

background-color css

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

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

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

border-color css

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

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

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