Html Css Color HEX #C43027 Persian Red

📋 copy color: '#C43027'

red 196 ◦ green 48 ◦ blue 39

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

Shades of Persian Red #C43027

Tints of Persian Red #C43027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 69.26%
G = 16.96%
B = 13.78%

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

#C43027 (or 0xC43027) is known color: Persian Red. HEX triplet: C4, 30 and 27. RGB value is (196,48,39). Sum of RGB (Red+Green+Blue) = 196+48+39=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C43027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43027 is #3BCFD8. Grayscale: #5B5B5B. Windows color (decimal): -3919833 or 2568388. OLE color: 2568388.

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

Color convert

RGB 196 48 39 -
CMYK 0 0.76 0.80 0.23
HSL 3.44º 0.67% 0.46% -
HSV(B) 3.44º 0.8% 0.77% -
XYZ 24.19 14 3.35 -
YUV 91.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 196 48 39 0 0.76 0.80 0.23 3.44 0.67 0.46
Hex C4 30 27 0 4C 50 17 3 43 2E
Octal 304 60 47 0 114 120 27 3 103 56
Binary 11000100 110000 100111 0 1001100 1010000 10111 11 1000011 101110

Color Harmonies of #C43027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43027

Black with #C43027

Text Example


Text Example

White with #C43027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43027; }

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

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

background-color css

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

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

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

border-color css

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

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

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