Html Css Color HEX #C23C33 Persian Red

📋 copy color: '#C23C33'

red 194 ◦ green 60 ◦ blue 51

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

Shades of Persian Red #C23C33

Tints of Persian Red #C23C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 63.61%
G = 19.67%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C23C33 (or 0xC23C33) is known color: Persian Red. HEX triplet: C2, 3C and 33. RGB value is (194,60,51). Sum of RGB (Red+Green+Blue) = 194+60+51=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C33 is #3DC3CC. Grayscale: #636363. Windows color (decimal): -4047821 or 3357890. OLE color: 3357890.

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

Color convert

RGB 194 60 51 -
CMYK 0 0.69 0.74 0.24
HSL 3.78º 0.58% 0.48% -
HSV(B) 3.78º 0.74% 0.76% -
XYZ 24.46 14.94 4.73 -
YUV 99.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 194 60 51 0 0.69 0.74 0.24 3.78 0.58 0.48
Hex C2 3C 33 0 45 4A 18 4 3A 30
Octal 302 74 63 0 105 112 30 4 72 60
Binary 11000010 111100 110011 0 1000101 1001010 11000 100 111010 110000

Color Harmonies of #C23C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C33

Black with #C23C33

Text Example


Text Example

White with #C23C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C33; }

 p { color: rgb(194,60,51); }

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

background-color css

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

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

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

border-color css

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

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

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