Html Css Color HEX #C23826 Persian Red

📋 copy color: '#C23826'

red 194 ◦ green 56 ◦ blue 38

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

Shades of Persian Red #C23826

Tints of Persian Red #C23826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 67.36%
G = 19.44%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23826 (or 0xC23826) is known color: Persian Red. HEX triplet: C2, 38 and 26. RGB value is (194,56,38). Sum of RGB (Red+Green+Blue) = 194+56+38=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C23826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23826 is #3DC7D9. Grayscale: #5F5F5F. Windows color (decimal): -4048858 or 2504898. OLE color: 2504898.

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

Color convert

RGB 194 56 38 -
CMYK 0 0.71 0.80 0.24
HSL 6.92º 0.67% 0.45% -
HSV(B) 6.92º 0.8% 0.76% -
XYZ 24.01 14.44 3.35 -
YUV 95.21 95.72 198.46 -
System Red Green Blue C M Y K H S L
Decimal 194 56 38 0 0.71 0.80 0.24 6.92 0.67 0.45
Hex C2 38 26 0 47 50 18 7 43 2D
Octal 302 70 46 0 107 120 30 7 103 55
Binary 11000010 111000 100110 0 1000111 1010000 11000 111 1000011 101101

Color Harmonies of #C23826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23826

Black with #C23826

Text Example


Text Example

White with #C23826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23826; }

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

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

background-color css

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

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

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

border-color css

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

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

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