Html Css Color HEX #C23838 Persian Red

📋 copy color: '#C23838'

red 194 ◦ green 56 ◦ blue 56

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

Shades of Persian Red #C23838

Tints of Persian Red #C23838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 63.4%
G = 18.3%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23838 (or 0xC23838) is known color: Persian Red. HEX triplet: C2, 38 and 38. RGB value is (194,56,56). Sum of RGB (Red+Green+Blue) = 194+56+56=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C23838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23838 is #3DC7C7. Grayscale: #616161. Windows color (decimal): -4048840 or 3684546. OLE color: 3684546.

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

Color convert

RGB 194 56 56 -
CMYK 0 0.71 0.71 0.24
HSL 0.55% 0.49% -
HSV(B) 0.71% 0.76% -
XYZ 24.38 14.58 5.27 -
YUV 97.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 194 56 56 0 0.71 0.71 0.24 0 0.55 0.49
Hex C2 38 38 0 47 47 18 0 37 31
Octal 302 70 70 0 107 107 30 0 67 61
Binary 11000010 111000 111000 0 1000111 1000111 11000 0 110111 110001

Color Harmonies of #C23838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23838

Black with #C23838

Text Example


Text Example

White with #C23838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23838; }

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

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

background-color css

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

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

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

border-color css

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

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

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