Html Css Color HEX #C23D29 Persian Red

📋 copy color: '#C23D29'

red 194 ◦ green 61 ◦ blue 41

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

Shades of Persian Red #C23D29

Tints of Persian Red #C23D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 65.54%
G = 20.61%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23D29 (or 0xC23D29) is known color: Persian Red. HEX triplet: C2, 3D and 29. RGB value is (194,61,41). Sum of RGB (Red+Green+Blue) = 194+61+41=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D29 is #3DC2D6. Grayscale: #626262. Windows color (decimal): -4047575 or 2702786. OLE color: 2702786.

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

Color convert

RGB 194 61 41 -
CMYK 0 0.69 0.79 0.24
HSL 7.84º 0.65% 0.46% -
HSV(B) 7.84º 0.79% 0.76% -
XYZ 24.32 14.97 3.71 -
YUV 98.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 194 61 41 0 0.69 0.79 0.24 7.84 0.65 0.46
Hex C2 3D 29 0 45 4F 18 8 41 2E
Octal 302 75 51 0 105 117 30 10 101 56
Binary 11000010 111101 101001 0 1000101 1001111 11000 1000 1000001 101110

Color Harmonies of #C23D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D29

Black with #C23D29

Text Example


Text Example

White with #C23D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D29; }

 p { color: rgb(194,61,41); }

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

background-color css

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

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

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

border-color css

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

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

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