Html Css Color HEX #C43630 Persian Red

📋 copy color: '#C43630'

red 196 ◦ green 54 ◦ blue 48

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

Shades of Persian Red #C43630

Tints of Persian Red #C43630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 65.77%
G = 18.12%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C43630 (or 0xC43630) is known color: Persian Red. HEX triplet: C4, 36 and 30. RGB value is (196,54,48). Sum of RGB (Red+Green+Blue) = 196+54+48=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C43630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43630 is #3BC9CF. Grayscale: #5F5F5F. Windows color (decimal): -3918288 or 3159748. OLE color: 3159748.

HSL color Cylindrical-coordinate representation of color #C43630: hue angle of 2.43º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43630 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 48 -
CMYK 0 0.72 0.76 0.23
HSL 2.43º 0.61% 0.48% -
HSV(B) 2.43º 0.76% 0.77% -
XYZ 24.62 14.59 4.31 -
YUV 95.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 196 54 48 0 0.72 0.76 0.23 2.43 0.61 0.48
Hex C4 36 30 0 48 4C 17 2 3D 30
Octal 304 66 60 0 110 114 27 2 75 60
Binary 11000100 110110 110000 0 1001000 1001100 10111 10 111101 110000

Color Harmonies of #C43630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43630

Black with #C43630

Text Example


Text Example

White with #C43630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43630; }

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

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

background-color css

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

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

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

border-color css

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

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

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