Html Css Color HEX #C23C2C Persian Red

📋 copy color: '#C23C2C'

red 194 ◦ green 60 ◦ blue 44

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

Shades of Persian Red #C23C2C

Tints of Persian Red #C23C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 65.1%
G = 20.13%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C23C2C (or 0xC23C2C) is known color: Persian Red. HEX triplet: C2, 3C and 2C. RGB value is (194,60,44). Sum of RGB (Red+Green+Blue) = 194+60+44=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C2C is #3DC3D3. Grayscale: #626262. Windows color (decimal): -4047828 or 2899138. OLE color: 2899138.

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

Color convert

RGB 194 60 44 -
CMYK 0 0.69 0.77 0.24
HSL 6.4º 0.63% 0.47% -
HSV(B) 6.4º 0.77% 0.76% -
XYZ 24.32 14.88 3.97 -
YUV 98.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 194 60 44 0 0.69 0.77 0.24 6.4 0.63 0.47
Hex C2 3C 2C 0 45 4D 18 6 3F 2F
Octal 302 74 54 0 105 115 30 6 77 57
Binary 11000010 111100 101100 0 1000101 1001101 11000 110 111111 101111

Color Harmonies of #C23C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C2C

Black with #C23C2C

Text Example


Text Example

White with #C23C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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