Html Css Color HEX #C43C26 Persian Red

📋 copy color: '#C43C26'

red 196 ◦ green 60 ◦ blue 38

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

Shades of Persian Red #C43C26

Tints of Persian Red #C43C26

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

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

R = 66.67%
G = 20.41%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C43C26 (or 0xC43C26) is known color: Persian Red. HEX triplet: C4, 3C and 26. RGB value is (196,60,38). Sum of RGB (Red+Green+Blue) = 196+60+38=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C26 is #3BC3D9. Grayscale: #626262. Windows color (decimal): -3916762 or 2505924. OLE color: 2505924.

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

Color convert

RGB 196 60 38 -
CMYK 0 0.69 0.81 0.23
HSL 8.35º 0.68% 0.46% -
HSV(B) 8.35º 0.81% 0.77% -
XYZ 24.73 15.11 3.45 -
YUV 98.16 94.06 197.79 -
System Red Green Blue C M Y K H S L
Decimal 196 60 38 0 0.69 0.81 0.23 8.35 0.68 0.46
Hex C4 3C 26 0 45 51 17 8 44 2E
Octal 304 74 46 0 105 121 27 10 104 56
Binary 11000100 111100 100110 0 1000101 1010001 10111 1000 1000100 101110

Color Harmonies of #C43C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C26

Black with #C43C26

Text Example


Text Example

White with #C43C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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