Html Css Color HEX #C23126 Persian Red

📋 copy color: '#C23126'

red 194 ◦ green 49 ◦ blue 38

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

Shades of Persian Red #C23126

Tints of Persian Red #C23126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 69.04%
G = 17.44%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23126 (or 0xC23126) is known color: Persian Red. HEX triplet: C2, 31 and 26. RGB value is (194,49,38). Sum of RGB (Red+Green+Blue) = 194+49+38=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C23126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23126 is #3DCED9. Grayscale: #5B5B5B. Windows color (decimal): -4050650 or 2503106. OLE color: 2503106.

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

Color convert

RGB 194 49 38 -
CMYK 0 0.75 0.80 0.24
HSL 4.23º 0.67% 0.45% -
HSV(B) 4.23º 0.8% 0.76% -
XYZ 23.7 13.81 3.25 -
YUV 91.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 194 49 38 0 0.75 0.80 0.24 4.23 0.67 0.45
Hex C2 31 26 0 4B 50 18 4 43 2D
Octal 302 61 46 0 113 120 30 4 103 55
Binary 11000010 110001 100110 0 1001011 1010000 11000 100 1000011 101101

Color Harmonies of #C23126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23126

Black with #C23126

Text Example


Text Example

White with #C23126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23126; }

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

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

background-color css

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

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

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

border-color css

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

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

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