Html Css Color HEX #C43326 Persian Red

📋 copy color: '#C43326'

red 196 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #C43326

Tints of Persian Red #C43326

RGB

 RED value IS 196 (76.95% from 255) = 68.77%

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 68.77%
G = 17.89%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C43326 (or 0xC43326) is known color: Persian Red. HEX triplet: C4, 33 and 26. RGB value is (196,51,38). Sum of RGB (Red+Green+Blue) = 196+51+38=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C43326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43326 is #3BCCD9. Grayscale: #5D5D5D. Windows color (decimal): -3919066 or 2503620. OLE color: 2503620.

HSL color Cylindrical-coordinate representation of color #C43326: hue angle of 4.94º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C43326 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 38 -
CMYK 0 0.74 0.81 0.23
HSL 4.94º 0.68% 0.46% -
HSV(B) 4.94º 0.81% 0.77% -
XYZ 24.3 14.24 3.3 -
YUV 92.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 196 51 38 0 0.74 0.81 0.23 4.94 0.68 0.46
Hex C4 33 26 0 4A 51 17 5 44 2E
Octal 304 63 46 0 112 121 27 5 104 56
Binary 11000100 110011 100110 0 1001010 1010001 10111 101 1000100 101110

Color Harmonies of #C43326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43326

Black with #C43326

Text Example


Text Example

White with #C43326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43326; }

 p { color: rgb(196,51,38); }

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

background-color css

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

 a { background-color: rgb(196,51,38); }

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

border-color css

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

 span { border-color: rgb(196,51,38); }

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