Html Css Color HEX #C23626 Persian Red

📋 copy color: '#C23626'

red 194 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #C23626

Tints of Persian Red #C23626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 67.83%
G = 18.88%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23626 (or 0xC23626) is known color: Persian Red. HEX triplet: C2, 36 and 26. RGB value is (194,54,38). Sum of RGB (Red+Green+Blue) = 194+54+38=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C23626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23626 is #3DC9D9. Grayscale: #5E5E5E. Windows color (decimal): -4049370 or 2504386. OLE color: 2504386.

HSL color Cylindrical-coordinate representation of color #C23626: hue angle of 6.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23626 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 54 38 -
CMYK 0 0.72 0.80 0.24
HSL 6.15º 0.67% 0.45% -
HSV(B) 6.15º 0.8% 0.76% -
XYZ 23.92 14.25 3.32 -
YUV 94.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 194 54 38 0 0.72 0.80 0.24 6.15 0.67 0.45
Hex C2 36 26 0 48 50 18 6 43 2D
Octal 302 66 46 0 110 120 30 6 103 55
Binary 11000010 110110 100110 0 1001000 1010000 11000 110 1000011 101101

Color Harmonies of #C23626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23626

Black with #C23626

Text Example


Text Example

White with #C23626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23626; }

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

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

background-color css

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

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

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

border-color css

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

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

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