Html Css Color HEX #C23635 Persian Red

📋 copy color: '#C23635'

red 194 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #C23635

Tints of Persian Red #C23635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 64.45%
G = 17.94%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23635 (or 0xC23635) is known color: Persian Red. HEX triplet: C2, 36 and 35. RGB value is (194,54,53). Sum of RGB (Red+Green+Blue) = 194+54+53=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C23635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23635 is #3DC9CA. Grayscale: #5F5F5F. Windows color (decimal): -4049355 or 3487426. OLE color: 3487426.

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

Color convert

RGB 194 54 53 -
CMYK 0 0.72 0.73 0.24
HSL 0.43º 0.57% 0.48% -
HSV(B) 0.43º 0.73% 0.76% -
XYZ 24.21 14.36 4.86 -
YUV 95.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 194 54 53 0 0.72 0.73 0.24 0.43 0.57 0.48
Hex C2 36 35 0 48 49 18 0 39 30
Octal 302 66 65 0 110 111 30 0 71 60
Binary 11000010 110110 110101 0 1001000 1001001 11000 0 111001 110000

Color Harmonies of #C23635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23635

Black with #C23635

Text Example


Text Example

White with #C23635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23635; }

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

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

background-color css

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

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

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

border-color css

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

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

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