Html Css Color HEX #C43028 Persian Red

📋 copy color: '#C43028'

red 196 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #C43028

Tints of Persian Red #C43028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 69.01%
G = 16.9%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C43028 (or 0xC43028) is known color: Persian Red. HEX triplet: C4, 30 and 28. RGB value is (196,48,40). Sum of RGB (Red+Green+Blue) = 196+48+40=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C43028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43028 is #3BCFD7. Grayscale: #5B5B5B. Windows color (decimal): -3919832 or 2633924. OLE color: 2633924.

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

Color convert

RGB 196 48 40 -
CMYK 0 0.76 0.80 0.23
HSL 3.08º 0.66% 0.46% -
HSV(B) 3.08º 0.8% 0.77% -
XYZ 24.2 14 3.43 -
YUV 91.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 196 48 40 0 0.76 0.80 0.23 3.08 0.66 0.46
Hex C4 30 28 0 4C 50 17 3 42 2E
Octal 304 60 50 0 114 120 27 3 102 56
Binary 11000100 110000 101000 0 1001100 1010000 10111 11 1000010 101110

Color Harmonies of #C43028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43028

Black with #C43028

Text Example


Text Example

White with #C43028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43028; }

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

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

background-color css

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

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

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

border-color css

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

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

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