Html Css Color HEX #C43428 Persian Red

📋 copy color: '#C43428'

red 196 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #C43428

Tints of Persian Red #C43428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 68.06%
G = 18.06%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C43428 (or 0xC43428) is known color: Persian Red. HEX triplet: C4, 34 and 28. RGB value is (196,52,40). Sum of RGB (Red+Green+Blue) = 196+52+40=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C43428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43428 is #3BCBD7. Grayscale: #5D5D5D. Windows color (decimal): -3918808 or 2634948. OLE color: 2634948.

HSL color Cylindrical-coordinate representation of color #C43428: hue angle of 4.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43428 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 52 40 -
CMYK 0 0.73 0.80 0.23
HSL 4.62º 0.66% 0.46% -
HSV(B) 4.62º 0.8% 0.77% -
XYZ 24.38 14.34 3.49 -
YUV 93.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 196 52 40 0 0.73 0.80 0.23 4.62 0.66 0.46
Hex C4 34 28 0 49 50 17 5 42 2E
Octal 304 64 50 0 111 120 27 5 102 56
Binary 11000100 110100 101000 0 1001001 1010000 10111 101 1000010 101110

Color Harmonies of #C43428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43428

Black with #C43428

Text Example


Text Example

White with #C43428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43428; }

 p { color: rgb(196,52,40); }

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

background-color css

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

 a { background-color: rgb(196,52,40); }

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

border-color css

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

 span { border-color: rgb(196,52,40); }

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