Html Css Color HEX #C43626 Persian Red

📋 copy color: '#C43626'

red 196 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #C43626

Tints of Persian Red #C43626

RGB

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

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

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

R = 68.06%
G = 18.75%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C43626 (or 0xC43626) is known color: Persian Red. HEX triplet: C4, 36 and 26. RGB value is (196,54,38). Sum of RGB (Red+Green+Blue) = 196+54+38=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C43626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43626 is #3BC9D9. Grayscale: #5E5E5E. Windows color (decimal): -3918298 or 2504388. OLE color: 2504388.

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

Color convert

RGB 196 54 38 -
CMYK 0 0.72 0.81 0.23
HSL 6.08º 0.68% 0.46% -
HSV(B) 6.08º 0.81% 0.77% -
XYZ 24.43 14.51 3.35 -
YUV 94.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 196 54 38 0 0.72 0.81 0.23 6.08 0.68 0.46
Hex C4 36 26 0 48 51 17 6 44 2E
Octal 304 66 46 0 110 121 27 6 104 56
Binary 11000100 110110 100110 0 1001000 1010001 10111 110 1000100 101110

Color Harmonies of #C43626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43626

Black with #C43626

Text Example


Text Example

White with #C43626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43626; }

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

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

background-color css

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

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

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

border-color css

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

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

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