Html Css Color HEX #C23429 Persian Red

📋 copy color: '#C23429'

red 194 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #C23429

Tints of Persian Red #C23429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

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

R = 67.6%
G = 18.12%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23429 (or 0xC23429) is known color: Persian Red. HEX triplet: C2, 34 and 29. RGB value is (194,52,41). Sum of RGB (Red+Green+Blue) = 194+52+41=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C23429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23429 is #3DCBD6. Grayscale: #5D5D5D. Windows color (decimal): -4049879 or 2700482. OLE color: 2700482.

HSL color Cylindrical-coordinate representation of color #C23429: hue angle of 4.31º 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 #C23429 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 41 -
CMYK 0 0.73 0.79 0.24
HSL 4.31º 0.65% 0.46% -
HSV(B) 4.31º 0.79% 0.76% -
XYZ 23.88 14.09 3.56 -
YUV 93.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 194 52 41 0 0.73 0.79 0.24 4.31 0.65 0.46
Hex C2 34 29 0 49 4F 18 4 41 2E
Octal 302 64 51 0 111 117 30 4 101 56
Binary 11000010 110100 101001 0 1001001 1001111 11000 100 1000001 101110

Color Harmonies of #C23429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23429

Black with #C23429

Text Example


Text Example

White with #C23429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23429; }

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

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

background-color css

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

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

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

border-color css

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

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

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