Html Css Color HEX #C23629 Persian Red

📋 copy color: '#C23629'

red 194 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #C23629

Tints of Persian Red #C23629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 67.13%
G = 18.69%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23629 (or 0xC23629) is known color: Persian Red. HEX triplet: C2, 36 and 29. RGB value is (194,54,41). Sum of RGB (Red+Green+Blue) = 194+54+41=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C23629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23629 is #3DC9D6. Grayscale: #5E5E5E. Windows color (decimal): -4049367 or 2700994. OLE color: 2700994.

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

Color convert

RGB 194 54 41 -
CMYK 0 0.72 0.79 0.24
HSL 5.1º 0.65% 0.46% -
HSV(B) 5.1º 0.79% 0.76% -
XYZ 23.97 14.27 3.59 -
YUV 94.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 194 54 41 0 0.72 0.79 0.24 5.1 0.65 0.46
Hex C2 36 29 0 48 4F 18 5 41 2E
Octal 302 66 51 0 110 117 30 5 101 56
Binary 11000010 110110 101001 0 1001000 1001111 11000 101 1000001 101110

Color Harmonies of #C23629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23629

Black with #C23629

Text Example


Text Example

White with #C23629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23629; }

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

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

background-color css

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

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

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

border-color css

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

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

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