Html Css Color HEX #C43A27 Persian Red

📋 copy color: '#C43A27'

red 196 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #C43A27

Tints of Persian Red #C43A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 66.89%
G = 19.8%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C43A27 (or 0xC43A27) is known color: Persian Red. HEX triplet: C4, 3A and 27. RGB value is (196,58,39). Sum of RGB (Red+Green+Blue) = 196+58+39=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A27 is #3BC5D8. Grayscale: #616161. Windows color (decimal): -3917273 or 2570948. OLE color: 2570948.

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

Color convert

RGB 196 58 39 -
CMYK 0 0.70 0.80 0.23
HSL 7.26º 0.67% 0.46% -
HSV(B) 7.26º 0.8% 0.77% -
XYZ 24.64 14.91 3.5 -
YUV 97.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 196 58 39 0 0.70 0.80 0.23 7.26 0.67 0.46
Hex C4 3A 27 0 46 50 17 7 43 2E
Octal 304 72 47 0 106 120 27 7 103 56
Binary 11000100 111010 100111 0 1000110 1010000 10111 111 1000011 101110

Color Harmonies of #C43A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A27

Black with #C43A27

Text Example


Text Example

White with #C43A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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