Html Css Color HEX #C23835 Persian Red

📋 copy color: '#C23835'

red 194 ◦ green 56 ◦ blue 53

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

Shades of Persian Red #C23835

Tints of Persian Red #C23835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 64.03%
G = 18.48%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23835 (or 0xC23835) is known color: Persian Red. HEX triplet: C2, 38 and 35. RGB value is (194,56,53). Sum of RGB (Red+Green+Blue) = 194+56+53=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C23835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23835 is #3DC7CA. Grayscale: #616161. Windows color (decimal): -4048843 or 3487938. OLE color: 3487938.

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

Color convert

RGB 194 56 53 -
CMYK 0 0.71 0.73 0.24
HSL 1.28º 0.57% 0.48% -
HSV(B) 1.28º 0.73% 0.76% -
XYZ 24.3 14.55 4.9 -
YUV 96.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 194 56 53 0 0.71 0.73 0.24 1.28 0.57 0.48
Hex C2 38 35 0 47 49 18 1 39 30
Octal 302 70 65 0 107 111 30 1 71 60
Binary 11000010 111000 110101 0 1000111 1001001 11000 1 111001 110000

Color Harmonies of #C23835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23835

Black with #C23835

Text Example


Text Example

White with #C23835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23835; }

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

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

background-color css

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

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

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

border-color css

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

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

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