Html Css Color HEX #C43826 Persian Red

📋 copy color: '#C43826'

red 196 ◦ green 56 ◦ blue 38

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

Shades of Persian Red #C43826

Tints of Persian Red #C43826

RGB

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

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

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

R = 67.59%
G = 19.31%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C43826 (or 0xC43826) is known color: Persian Red. HEX triplet: C4, 38 and 26. RGB value is (196,56,38). Sum of RGB (Red+Green+Blue) = 196+56+38=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C43826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43826 is #3BC7D9. Grayscale: #606060. Windows color (decimal): -3917786 or 2504900. OLE color: 2504900.

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

Color convert

RGB 196 56 38 -
CMYK 0 0.71 0.81 0.23
HSL 6.84º 0.68% 0.46% -
HSV(B) 6.84º 0.81% 0.77% -
XYZ 24.53 14.7 3.38 -
YUV 95.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 196 56 38 0 0.71 0.81 0.23 6.84 0.68 0.46
Hex C4 38 26 0 47 51 17 7 44 2E
Octal 304 70 46 0 107 121 27 7 104 56
Binary 11000100 111000 100110 0 1000111 1010001 10111 111 1000100 101110

Color Harmonies of #C43826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43826

Black with #C43826

Text Example


Text Example

White with #C43826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43826; }

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

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

background-color css

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

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

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

border-color css

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

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

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