Html Css Color HEX #C23C2A Persian Red

📋 copy color: '#C23C2A'

red 194 ◦ green 60 ◦ blue 42

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

Shades of Persian Red #C23C2A

Tints of Persian Red #C23C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 65.54%
G = 20.27%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C23C2A (or 0xC23C2A) is known color: Persian Red. HEX triplet: C2, 3C and 2A. RGB value is (194,60,42). Sum of RGB (Red+Green+Blue) = 194+60+42=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C2A is #3DC3D5. Grayscale: #626262. Windows color (decimal): -4047830 or 2768066. OLE color: 2768066.

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

Color convert

RGB 194 60 42 -
CMYK 0 0.69 0.78 0.24
HSL 7.11º 0.64% 0.46% -
HSV(B) 7.11º 0.78% 0.76% -
XYZ 24.28 14.87 3.78 -
YUV 98.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 194 60 42 0 0.69 0.78 0.24 7.11 0.64 0.46
Hex C2 3C 2A 0 45 4E 18 7 40 2E
Octal 302 74 52 0 105 116 30 7 100 56
Binary 11000010 111100 101010 0 1000101 1001110 11000 111 1000000 101110

Color Harmonies of #C23C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C2A

Black with #C23C2A

Text Example


Text Example

White with #C23C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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