Html Css Color HEX #C23636 Persian Red

📋 copy color: '#C23636'

red 194 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #C23636

Tints of Persian Red #C23636

RGB

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

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

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

R = 64.24%
G = 17.88%
B = 17.88%

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

#C23636 (or 0xC23636) is known color: Persian Red. HEX triplet: C2, 36 and 36. RGB value is (194,54,54). Sum of RGB (Red+Green+Blue) = 194+54+54=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C23636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23636 is #3DC9C9. Grayscale: #606060. Windows color (decimal): -4049354 or 3552962. OLE color: 3552962.

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

Color convert

RGB 194 54 54 -
CMYK 0 0.72 0.72 0.24
HSL 0.56% 0.49% -
HSV(B) 0.72% 0.76% -
XYZ 24.23 14.37 4.99 -
YUV 95.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 194 54 54 0 0.72 0.72 0.24 0 0.56 0.49
Hex C2 36 36 0 48 48 18 0 38 31
Octal 302 66 66 0 110 110 30 0 70 61
Binary 11000010 110110 110110 0 1001000 1001000 11000 0 111000 110001

Color Harmonies of #C23636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23636

Black with #C23636

Text Example


Text Example

White with #C23636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23636; }

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

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

background-color css

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

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

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

border-color css

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

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

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